summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-09-29 20:10:44 +0200
committerAraq <rumpf_a@web.de>2018-09-29 20:10:44 +0200
commit532e2ee0b2702b86365b54bc58bcb55eb8c8e222 (patch)
tree0a4ab8246fa695d4107b8cd69aed7bfccfef8207 /doc
parent40e01d8549ce3c278dbe791d7af4f1e73b4d56da (diff)
downloadNim-532e2ee0b2702b86365b54bc58bcb55eb8c8e222.tar.gz
more documentation improvements; fixes #9119
Diffstat (limited to 'doc')
-rw-r--r--doc/backends.rst2
-rw-r--r--doc/manual.rst2
-rw-r--r--doc/tools.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/backends.rst b/doc/backends.rst
index 13ef7bf4d..ef30971c9 100644
--- a/doc/backends.rst
+++ b/doc/backends.rst
@@ -135,7 +135,7 @@ them along the Nim code is easier than using a system library. Libraries
 installed on the host system can be linked in with the `PassL pragma
 <nimc.html#passl-pragma>`_.
 
-To wrap native code, take a look at the `c2nim tool <c2nim.html>`_ which helps
+To wrap native code, take a look at the `c2nim tool <https://nim-lang.org/docs/c2nim.html>`_ which helps
 with the process of scanning and transforming header files into a Nim
 interface.
 
diff --git a/doc/manual.rst b/doc/manual.rst
index c898c6c55..588da07e2 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -7344,7 +7344,7 @@ prefixes ``/*TYPESECTION*/`` or ``/*VARSECTION*/`` or ``/*INCLUDESECTION*/``:
 ImportCpp pragma
 ----------------
 
-**Note**: `c2nim <c2nim.html>`_ can parse a large subset of C++ and knows
+**Note**: `c2nim <https://nim-lang.org/docs/c2nim.html>`_ can parse a large subset of C++ and knows
 about the ``importcpp`` pragma pattern language. It is not necessary
 to know all the details described here.
 
diff --git a/doc/tools.rst b/doc/tools.rst
index 6757621fb..c7586d6bd 100644
--- a/doc/tools.rst
+++ b/doc/tools.rst
@@ -13,7 +13,7 @@ The standard distribution ships with the following tools:
     and obtain useful information like definition of symbols or suggestions for
     completion.
 
-- | `C2nim <c2nim.html>`_
+- | `C2nim <https://nim-lang.org/docs/c2nim.html>`_
   | C to Nim source converter. Translates C header files to Nim.
 
 - | `nimgrep <nimgrep.html>`_