diff options
author | Araq <rumpf_a@web.de> | 2017-02-06 22:43:07 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-06 22:43:07 +0100 |
commit | 07562d6b99ddea15b83b50c4713ce304e49f46ea (patch) | |
tree | 9e6f17ffd9e58123ee31b166db589d6f0ab7d63f /doc/contributing.rst | |
parent | 25fb5be0cb7c59a561afc68aa33370799b060859 (diff) | |
download | Nim-07562d6b99ddea15b83b50c4713ce304e49f46ea.tar.gz |
website: http to https updates
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 2 |
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. |