summary refs log tree commit diff stats
path: root/doc/tools.rst
diff options
context:
space:
mode:
authorJjp137 <Jjp137@users.noreply.github.com>2019-10-17 14:49:45 -0700
committerJjp137 <Jjp137@users.noreply.github.com>2019-10-22 17:59:12 -0700
commit72147c9ba4ae766aa70febf1b0b6dff8a656d717 (patch)
tree515d45c974f59fdb262ac2632dd3f6765186a097 /doc/tools.rst
parent93461aee34244a6c004a5572f31a50ff4fad280d (diff)
downloadNim-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.rst2
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>`_