aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormpeterv <mpeterval@gmail.com>2016-01-31 14:30:31 +0300
committermpeterv <mpeterval@gmail.com>2016-01-31 14:36:43 +0300
commit10947f255ef3eb02030fcb6f8c9166ff45a46b10 (patch)
treee0cd7ed09b5d4342bd8723a5c168f7c239f15f1f /index.html
parent10bb5986eedfb4bf31c8953d885dcb563325e5a4 (diff)
downloadluarocks-10947f255ef3eb02030fcb6f8c9166ff45a46b10.tar.gz
luarocks-10947f255ef3eb02030fcb6f8c9166ff45a46b10.tar.bz2
luarocks-10947f255ef3eb02030fcb6f8c9166ff45a46b10.zip
Minor changes
* Links to https:// instead of http:// * Show address of git repo, like the other link
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 34ac1176..4d3781aa 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@ a:visited {
27</head> 27</head>
28<body> 28<body>
29 29
30<p align="center"><a href="http://luarocks.org"><img border="0" src="luarocks.png" alt="LuaRocks"></a></p> 30<p align="center"><a href="https://luarocks.org"><img border="0" src="luarocks.png" alt="LuaRocks"></a></p>
31 31
32<h2>At this page</h2> 32<h2>At this page</h2>
33 33
@@ -38,8 +38,8 @@ a:visited {
38<h2>Other places</h2> 38<h2>Other places</h2>
39 39
40<ul> 40<ul>
41<li><a href="http://luarocks.org"><b>luarocks.org</b></a> - Main website</li> 41<li><a href="https://luarocks.org"><b>luarocks.org</b></a> - Main website</li>
42<li><a href="http://github.com/keplerproject/luarocks">GitHub repository</a></li> 42<li><a href="https://github.com/keplerproject/luarocks"><b>github.com/keplerproject/luarocks</b></a> - GitHub repository</li>
43</ul> 43</ul>
44 44
45</body> 45</body>