diff options
author | mpeterv <mpeterval@gmail.com> | 2016-01-31 14:30:31 +0300 |
---|---|---|
committer | mpeterv <mpeterval@gmail.com> | 2016-01-31 14:36:43 +0300 |
commit | 10947f255ef3eb02030fcb6f8c9166ff45a46b10 (patch) | |
tree | e0cd7ed09b5d4342bd8723a5c168f7c239f15f1f /index.html | |
parent | 10bb5986eedfb4bf31c8953d885dcb563325e5a4 (diff) | |
download | luarocks-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.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |