diff options
author | Araq <rumpf_a@web.de> | 2018-09-29 20:10:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-29 20:10:44 +0200 |
commit | 532e2ee0b2702b86365b54bc58bcb55eb8c8e222 (patch) | |
tree | 0a4ab8246fa695d4107b8cd69aed7bfccfef8207 /doc/backends.rst | |
parent | 40e01d8549ce3c278dbe791d7af4f1e73b4d56da (diff) | |
download | Nim-532e2ee0b2702b86365b54bc58bcb55eb8c8e222.tar.gz |
more documentation improvements; fixes #9119
Diffstat (limited to 'doc/backends.rst')
-rw-r--r-- | doc/backends.rst | 2 |
1 files changed, 1 insertions, 1 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. |