summary refs log tree commit diff stats
path: root/doc/nimsuggest.rst
diff options
context:
space:
mode:
authorJjp137 <Jjp137@users.noreply.github.com>2019-10-17 14:45:23 -0700
committerJjp137 <Jjp137@users.noreply.github.com>2019-10-22 17:59:12 -0700
commit93461aee34244a6c004a5572f31a50ff4fad280d (patch)
tree70e4824a3200d3da50ad567e83453ea1e65aef3c /doc/nimsuggest.rst
parent6bfa4eb6c51106d9720a61267d47a5e60e3c3d2f (diff)
downloadNim-93461aee34244a6c004a5572f31a50ff4fad280d.tar.gz
Fix many broken links
Note that contrary to what docgen.rst currently says, the ids have
to match exactly or else most web browsers will not jump to the
intended symbol.
Diffstat (limited to 'doc/nimsuggest.rst')
-rw-r--r--doc/nimsuggest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimsuggest.rst b/doc/nimsuggest.rst
index 0b6839b53..51e6e7f06 100644
--- a/doc/nimsuggest.rst
+++ b/doc/nimsuggest.rst
@@ -105,7 +105,7 @@ completion symbols at some point in the file.
 
 The typical usage scenario for this option is to call it after the
 user has typed the dot character for `the object oriented call
-syntax <tut2.html#method-call-syntax>`_. Nimsuggest will try to return
+syntax <tut2.html#object-oriented-programming-method-call-syntax>`_. Nimsuggest will try to return
 the suggestions sorted first by scope (from innermost to outermost)
 and then by item name.