diff options
-rw-r--r-- | doc/backends.rst | 2 | ||||
-rw-r--r-- | doc/manual.rst | 2 | ||||
-rw-r--r-- | doc/tools.rst | 2 | ||||
-rw-r--r-- | tools/kochdocs.nim | 2 |
4 files changed, 5 insertions, 3 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. diff --git a/doc/manual.rst b/doc/manual.rst index c898c6c55..588da07e2 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -7344,7 +7344,7 @@ prefixes ``/*TYPESECTION*/`` or ``/*VARSECTION*/`` or ``/*INCLUDESECTION*/``: ImportCpp pragma ---------------- -**Note**: `c2nim <c2nim.html>`_ can parse a large subset of C++ and knows +**Note**: `c2nim <https://nim-lang.org/docs/c2nim.html>`_ can parse a large subset of C++ and knows about the ``importcpp`` pragma pattern language. It is not necessary to know all the details described here. 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>`_ diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index ed135f579..3c4ded75e 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -160,6 +160,8 @@ lib/pure/mimetypes.nim lib/pure/json.nim lib/pure/base64.nim lib/pure/scgi.nim +lib/impure/nre.nim +lib/deprecated/pure/sockets.nim lib/deprecated/pure/asyncio.nim lib/pure/collections/tables.nim lib/pure/collections/sets.nim |