diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 14:49:45 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 72147c9ba4ae766aa70febf1b0b6dff8a656d717 (patch) | |
tree | 515d45c974f59fdb262ac2632dd3f6765186a097 /doc/tools.rst | |
parent | 93461aee34244a6c004a5572f31a50ff4fad280d (diff) | |
download | Nim-72147c9ba4ae766aa70febf1b0b6dff8a656d717.tar.gz |
Prefer relative links for Nim documentation
This is more friendly to those browsing the documentation without a network connection. The nim-doc package in Debian allows this, for example. Also, the domain name being used was not consistent. It could have been either nim-lang.org or nim-lang.github.io, and those reading the stable docs could have found themselves suddenly reading the devel docs instead.
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools.rst b/doc/tools.rst index f407420b0..4920e94a2 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -20,7 +20,7 @@ The standard distribution ships with the following tools: - | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_ | C to Nim source converter. Translates C header files to Nim. -- | `niminst <https://nim-lang.org/docs/niminst.html>`_ +- | `niminst <niminst.html>`_ | niminst is a tool to generate an installer for a Nim program. - | `nimgrep <nimgrep.html>`_ |