diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-10-01 14:15:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 14:15:35 +0200 |
commit | e867c8e5c3cf5c08c703e76434fc7db962f755f7 (patch) | |
tree | 077eea3f3e0986363d8296b1b74cefcceb7310e5 /doc/tools.rst | |
parent | aa8249d177cbac4a3c08348ea6dbe12d6526928d (diff) | |
parent | 5298c509a7b0168f0edce9b28442feca914d15f7 (diff) | |
download | Nim-e867c8e5c3cf5c08c703e76434fc7db962f755f7.tar.gz |
Merge branch 'devel' into fix_issues_9126
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 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>`_ |