diff options
author | Ethosa <49402667+Ethosa@users.noreply.github.com> | 2024-01-12 19:50:20 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 20:50:20 +0800 |
commit | ade5295fd56f632fc6fbdcfef42b1bb827574be6 (patch) | |
tree | 9603ee8e175ed30a4d94a40d57e61af298ea0941 /doc | |
parent | 30cb6826c01d880b852b56e0d0d69e79a2105115 (diff) | |
download | Nim-ade5295fd56f632fc6fbdcfef42b1bb827574be6.tar.gz |
fix link to `jsfetch` stdlib (#23203)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.md b/doc/lib.md index a76b29151..1507bbaac 100644 --- a/doc/lib.md +++ b/doc/lib.md @@ -578,7 +578,7 @@ Modules for the JavaScript backend The wrapper of core JavaScript functions. For most purposes, you should be using the `math`, `json`, and `times` stdlib modules instead of this module. -* [jsfetch](jshttp.html) +* [jsfetch](jsfetch.html) Wrapper for `fetch`. * [jsffi](jsffi.html) |