summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorBung <535670947@qq.com>2020-05-16 18:04:39 +0800
committerGitHub <noreply@github.com>2020-05-16 03:04:39 -0700
commitc32e1378eb7d62d59c9e24322c282556c821030a (patch)
tree23bf88e7fe501409781410e06be58a1369faf1bc /doc
parentbf0e1c696f6be96026d72838010ef8e63bd13238 (diff)
downloadNim-c32e1378eb7d62d59c9e24322c282556c821030a.tar.gz
docfix: fix wrong link in doc/manual.rst (#14367)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 8d4439644..4e477f6ff 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -6801,7 +6801,7 @@ Produces:
 ImportJs pragma
 ---------------
 
-Similar to the `importcpp pragma for C++ <#foreign-function-interface-importc-pragma>`_,
+Similar to the `importcpp pragma for C++ <#implementation-specific-pragmas-importcpp-pragma>`_,
 the ``importjs`` pragma can be used to import Javascript methods or
 symbols in general. The generated code then uses the Javascript method
 calling syntax: ``obj.method(arg)``.