diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-06 19:19:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-06 19:19:53 +0200 |
commit | c6d0dce14fc1259085a92edb3e0d4b2962b80777 (patch) | |
tree | 4821cc688cbeebce2a43dbf291bccb66c0f91a57 | |
parent | 2ed9acc78f8d4a023fe24586c5fcae7d021955cd (diff) | |
parent | 973cd19e570608552027d435b8a567bfb2c1a563 (diff) | |
download | Nim-c6d0dce14fc1259085a92edb3e0d4b2962b80777.tar.gz |
Merge pull request #4283 from abudden/manual-fix
Corrected links in manual.
-rw-r--r-- | doc/manual/ffi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/ffi.txt b/doc/manual/ffi.txt index f08be6ad3..5055f18af 100644 --- a/doc/manual/ffi.txt +++ b/doc/manual/ffi.txt @@ -18,9 +18,9 @@ spelled*: Note that this pragma is somewhat of a misnomer: Other backends will provide the same feature under the same name. Also, if one is interfacing with C++ -the `ImportCpp pragma <nimc.html#importcpp-pragma>`_ and +the `ImportCpp pragma <manual.html#implementation-specific-pragmas-importcpp-pragma>`_ and interfacing with Objective-C the `ImportObjC pragma -<nimc.html#importobjc-pragma>`_ can be used. +<manual.html#implementation-specific-pragmas-importobjc-pragma>`_ can be used. Exportc pragma |