summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-10-28 13:51:43 +0100
committerMiran <narimiran@disroot.org>2019-10-28 13:51:43 +0100
commitc58aa7705dd078dd41ee9f8ae8c89201f2441d52 (patch)
treea04a8874e2718c3434753ae13e6734c39ea243aa
parent90376940bbb8874a45fdd754d732907f334ec9aa (diff)
downloadNim-c58aa7705dd078dd41ee9f8ae8c89201f2441d52.tar.gz
[backport] fix broken link to non-existing c2nim manual html, fixes #12537 [ci skip] (#12544)
-rw-r--r--doc/backends.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.rst b/doc/backends.rst
index 2fee1ab9b..7abb786aa 100644
--- a/doc/backends.rst
+++ b/doc/backends.rst
@@ -136,7 +136,7 @@ there are few sources or providing 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 <manual.html#implementation-specific-pragmas-passl-pragma>`_.
 
-To wrap native code, take a look at the `c2nim tool <https://nim-lang.org/docs/c2nim.html>`_ which helps
+To wrap native code, take a look at the `c2nim tool <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_ which helps
 with the process of scanning and transforming header files into a Nim
 interface.