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 | |
parent | 25fb5be0cb7c59a561afc68aa33370799b060859 (diff) | |
download | Nim-07562d6b99ddea15b83b50c4713ce304e49f46ea.tar.gz |
website: http to https updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.rst | 2 | ||||
-rw-r--r-- | doc/koch.rst | 2 |
2 files changed, 2 insertions, 2 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. 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 |