Skip to content

Commit

Permalink
fix broken link to non-existing c2nim manual html
Browse files Browse the repository at this point in the history
instead show c2nim users manual directly from github.

this fixes issue nim-lang#12537
  • Loading branch information
AvdN committed Oct 28, 2019
1 parent 9037694 commit c6edd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/backends.rst
Expand Up @@ -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.

Expand Down

0 comments on commit c6edd92

Please sign in to comment.