summary refs log tree commit diff stats
path: root/doc/contributing.rst
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 /doc/contributing.rst
parent25fb5be0cb7c59a561afc68aa33370799b060859 (diff)
downloadNim-07562d6b99ddea15b83b50c4713ce304e49f46ea.tar.gz
website: http to https updates
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
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.