diff options
author | knolax <1339802534.kk@gmail.com> | 2018-01-09 19:36:08 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-01-09 19:36:08 -0500 |
commit | ce9beca13e49cdbb66056e43d890a3dd1178bc32 (patch) | |
tree | e0983354dc7a2239684769010a537137f4708a0b /index.html | |
parent | 17c936aa6bca8321017e7b426afcf82694a5ad4b (diff) |
changed the links in index to not include the .html as github can now handle urls without the .html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ How do I tell you your site is ugly? Github:https://github.com/knolax Where's all the content? Scroll Down -<a href="network.html">[A Distributed Network Idea] 1-3-2018</a> -<a href="meta.html">[Making This Site] 11-13-2017</a> +<a href="http://hairydiode.xyz/network">[A Distributed Network Idea] 1-3-2018</a> +<a href="http://hairydiode.xyz/meta">[Making This Site] 11-13-2017</a> </div> </pre> </body> |