summary refs log tree commit diff stats
path: root/lib/js
diff options
context:
space:
mode:
authorElliot Waite <elliot@elliotwaite.com>2020-12-14 11:13:12 -0800
committerGitHub <noreply@github.com>2020-12-14 20:13:12 +0100
commitf3d57761abc425f546985af407f178d71db20b78 (patch)
tree36925f3cf4bc1b94fa93c58c969f40be60d462fa /lib/js
parente843492b1334ded1d8fcd0e0eb6dc94fcf970aba (diff)
downloadNim-f3d57761abc425f546985af407f178d71db20b78.tar.gz
Fix broken links in docs (#16336)
* Fix broken links in docs

* Fix rand HSlice links
Diffstat (limited to 'lib/js')
-rw-r--r--lib/js/dom.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js/dom.nim b/lib/js/dom.nim
index b74a58a1a..4dbb4f77a 100644
--- a/lib/js/dom.nim
+++ b/lib/js/dom.nim
@@ -107,7 +107,7 @@ type
     timing*: PerformanceTiming
 
   Range* {.importc.} = ref object
-    ## see `docs{https://developer.mozilla.org/en-US/docs/Web/API/Range}`_
+    ## see `docs<https://developer.mozilla.org/en-US/docs/Web/API/Range>`_
     collapsed*: bool
     commonAncestorContainer*: Node
     endContainer*: Node