From f991d2c1fd2bb81b71eea99addd6830b0b781ed8 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 28 Oct 2019 13:51:43 +0100 Subject: [PATCH] [backport] fix broken link to non-existing c2nim manual html, fixes #12537 [ci skip] (#12544) (cherry picked from commit c58aa7705dd078dd41ee9f8ae8c89201f2441d52) --- doc/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/backends.rst b/doc/backends.rst index 2fee1ab9bf..7abb786aa6 100644 --- a/doc/backends.rst +++ b/doc/backends.rst @@ -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 `_. -To wrap native code, take a look at the `c2nim tool `_ which helps +To wrap native code, take a look at the `c2nim tool `_ which helps with the process of scanning and transforming header files into a Nim interface.