diff options
author | narimiran <narimiran@disroot.org> | 2019-06-04 12:37:37 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-06-04 12:37:37 +0200 |
commit | 7f63c1b83d4a45bef9a1a05810ea7fd7c85c43c9 (patch) | |
tree | 682ce19d2f244a8ec2cae883c34438d00aeb46c2 /doc/tools.rst | |
parent | 1f883f6d789309ca516f70ad2024cbc74889c359 (diff) | |
download | Nim-7f63c1b83d4a45bef9a1a05810ea7fd7c85c43c9.tar.gz |
fix `c2nim` link
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools.rst b/doc/tools.rst index c7586d6bd..9cc8f1fa4 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 <https://nim-lang.org/docs/c2nim.html>`_ +- | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_ | C to Nim source converter. Translates C header files to Nim. - | `nimgrep <nimgrep.html>`_ |