diff options
author | A. S. Budden <abudden@gmail.com> | 2016-06-06 13:20:45 +0100 |
---|---|---|
committer | A. S. Budden <abudden@gmail.com> | 2016-06-06 13:20:45 +0100 |
commit | 973cd19e570608552027d435b8a567bfb2c1a563 (patch) | |
tree | 93bb4c21cc450a864bc5b2e5c7f9f75a07e02492 | |
parent | 7929f5f83a40fd19ca32de064fd8d4a7bc16d228 (diff) | |
download | Nim-973cd19e570608552027d435b8a567bfb2c1a563.tar.gz |
Corrected link 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 |