summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-02-06 22:43:07 +0100
committerAraq <rumpf_a@web.de>2017-02-06 22:43:07 +0100
commit07562d6b99ddea15b83b50c4713ce304e49f46ea (patch)
tree9e6f17ffd9e58123ee31b166db589d6f0ab7d63f /tools
parent25fb5be0cb7c59a561afc68aa33370799b060859 (diff)
downloadNim-07562d6b99ddea15b83b50c4713ce304e49f46ea.tar.gz
website: http to https updates
Diffstat (limited to 'tools')
-rw-r--r--tools/website.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl
index 344024ff0..f9b1a219a 100644
--- a/tools/website.tmpl
+++ b/tools/website.tmpl
@@ -187,15 +187,15 @@ runForever()
 					</div>
 					<div>
 						<h4>Community</h4>
-						<a href="http://forum.nim-lang.org">User Forum</a>
+						<a href="https://forum.nim-lang.org">User Forum</a>
             <a href="http://webchat.freenode.net/?channels=nim">Online IRC</a>
-            <a href="http://irclogs.nim-lang.org/">IRC Logs</a>
+            <a href="https://irclogs.nim-lang.org/">IRC Logs</a>
 					</div>
 				</div>
 				<div id="foot-legal">
 					<h4>Written in Nim - Powered by <a href="https://github.com/dom96/jester">Jester</a></h4>
 					Web Design by <a href="http://reign-studios.net/philipwitte/">Philip Witte</a> &amp; <a href="http://picheta.me/">Dominik Picheta</a><br>
-					Copyright © 2015 - <a href="http://nim-lang.org/blog/">Andreas Rumpf</a> &amp; <a href="https://github.com/nim-lang/nim/graphs/contributors">Contributors</a>
+					Copyright © 2017 - <a href="https://nim-lang.org/blog/">Andreas Rumpf</a> &amp; <a href="https://github.com/nim-lang/nim/graphs/contributors">Contributors</a>
 				</div>
 			</div>
 		</footer>