diff options
Diffstat (limited to 'doc/backends.rst')
-rw-r--r-- | doc/backends.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.rst b/doc/backends.rst index 52c16b9f7..d34a06238 100644 --- a/doc/backends.rst +++ b/doc/backends.rst @@ -82,7 +82,7 @@ available. This includes: * proper 64 bit integer arithmetic To compensate, the standard library has modules `catered to the JS backend -<https://nim-lang.org/docs/lib.html#pure-libraries-modules-for-js-backend>`_ +<lib.html#pure-libraries-modules-for-js-backend>`_ and more support will come in the future (for instance, Node.js bindings to get OS info). |