summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorA. S. Budden <abudden@gmail.com>2016-06-06 13:20:45 +0100
committerA. S. Budden <abudden@gmail.com>2016-06-06 13:20:45 +0100
commit973cd19e570608552027d435b8a567bfb2c1a563 (patch)
tree93bb4c21cc450a864bc5b2e5c7f9f75a07e02492
parent7929f5f83a40fd19ca32de064fd8d4a7bc16d228 (diff)
downloadNim-973cd19e570608552027d435b8a567bfb2c1a563.tar.gz
Corrected link in manual.
-rw-r--r--doc/manual/ffi.txt4
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