diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 14:45:23 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 93461aee34244a6c004a5572f31a50ff4fad280d (patch) | |
tree | 70e4824a3200d3da50ad567e83453ea1e65aef3c /lib/js | |
parent | 6bfa4eb6c51106d9720a61267d47a5e60e3c3d2f (diff) | |
download | Nim-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 'lib/js')
-rw-r--r-- | lib/js/dom.nim | 2 | ||||
-rw-r--r-- | lib/js/jsconsole.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/js/dom.nim b/lib/js/dom.nim index efe281ce5..53d9cd204 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -8,7 +8,7 @@ # ## Declaration of the Document Object Model for the `JavaScript backend -## <backends.html#the-javascript-target>`_. +## <backends.html#backends-the-javascript-target>`_. when not defined(js) and not defined(Nimdoc): {.error: "This module only works on the JavaScript platform".} diff --git a/lib/js/jsconsole.nim b/lib/js/jsconsole.nim index 617cbebf1..199a5607e 100644 --- a/lib/js/jsconsole.nim +++ b/lib/js/jsconsole.nim @@ -8,7 +8,7 @@ # ## Wrapper for the `console` object for the `JavaScript backend -## <backends.html#the-javascript-target>`_. +## <backends.html#backends-the-javascript-target>`_. when not defined(js) and not defined(Nimdoc): {.error: "This module only works on the JavaScript platform".} |