summary refs log tree commit diff stats
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
parent25fb5be0cb7c59a561afc68aa33370799b060859 (diff)
downloadNim-07562d6b99ddea15b83b50c4713ce304e49f46ea.tar.gz
website: http to https updates
-rw-r--r--compiler/installer.ini8
-rw-r--r--copying.txt4
-rw-r--r--doc/contributing.rst2
-rw-r--r--doc/koch.rst2
-rw-r--r--tools/website.tmpl6
-rw-r--r--web/community.rst4
6 files changed, 13 insertions, 13 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini
index 2263e030f..d0e744825 100644
--- a/compiler/installer.ini
+++ b/compiler/installer.ini
@@ -99,10 +99,10 @@ Files: r"tools\start.bat"
 BinPath: r"bin;dist\mingw\bin;dist"
 
 ;           Section | dir | zipFile | size hint (in KB) | url | exe start menu entry
-Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|overview.html"
-Download: r"C Compiler (MingW)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip"
-Download: r"Support DLLs|bin|nim_dlls.zip|479|http://nim-lang.org/download/dlls.zip"
-Download: r"Aporia Text Editor|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.4.0.zip|aporia-0.4.0\bin\aporia.exe"
+Download: r"Documentation|doc|docs.zip|13824|https://nim-lang.org/download/docs-${version}.zip|overview.html"
+Download: r"C Compiler (MingW)|dist|mingw.zip|82944|https://nim-lang.org/download/${mingw}.zip"
+Download: r"Support DLLs|bin|nim_dlls.zip|479|https://nim-lang.org/download/dlls.zip"
+Download: r"Aporia Text Editor|dist|aporia.zip|97997|https://nim-lang.org/download/aporia-0.4.0.zip|aporia-0.4.0\bin\aporia.exe"
 ; for now only NSIS supports optional downloads
 
 [WinBin]
diff --git a/copying.txt b/copying.txt
index a6de89dcf..98b3e568f 100644
--- a/copying.txt
+++ b/copying.txt
@@ -1,7 +1,7 @@
 =====================================================
-Nim -- a Compiler for Nim. http://nim-lang.org/
+Nim -- a Compiler for Nim. https://nim-lang.org/
 
-Copyright (C) 2006-2015 Andreas Rumpf. All rights reserved.
+Copyright (C) 2006-2017 Andreas Rumpf. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 31f04a5e0..ee97f6dc8 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -137,7 +137,7 @@ etc. Note that currently the ``deprecated`` statement does not work well with
 overloading so for routines the latter variant is better.
 
 
-`Deprecated <http://nim-lang.org/docs/manual.html#pragmas-deprecated-pragma>`_
+`Deprecated <https://nim-lang.org/docs/manual.html#pragmas-deprecated-pragma>`_
 pragma in the manual.
 
 
diff --git a/doc/koch.rst b/doc/koch.rst
index 5fa617973..ff62b8186 100644
--- a/doc/koch.rst
+++ b/doc/koch.rst
@@ -96,7 +96,7 @@ web command
 The `web`:idx: command converts the documentation in the ``doc`` directory
 from rst to HTML. It also repeats the same operation but places the result in
 the ``web/upload`` which can be used to update the website at
-http://nim-lang.org.
+https://nim-lang.org.
 
 By default the documentation will be built in parallel using the number of
 available CPU cores. If any documentation build sub commands fail, they will
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>
diff --git a/web/community.rst b/web/community.rst
index 1e4faff91..fefa4c4b6 100644
--- a/web/community.rst
+++ b/web/community.rst
@@ -6,7 +6,7 @@ Nim's Community
   Forum
   -----
 
-  The `Nim forum <http://forum.nim-lang.org/>`_ is the place where most
+  The `Nim forum <https://forum.nim-lang.org/>`_ is the place where most
   discussions related to the language happen. It not only includes discussions
   relating to the design of Nim but also allows for beginners to ask questions
   relating to Nim.
@@ -35,7 +35,7 @@ Nim's Community
   welcome any questions that you may have!
 
   You may also be interested in reading the
-  `IRC logs <http://irclogs.nim-lang.org/>`_ which are an archive of all
+  `IRC logs <https://irclogs.nim-lang.org/>`_ which are an archive of all
   of the previous discussions that took place in the IRC channel.