diff options
author | uki00a <uki00a@gmail.com> | 2020-04-17 00:57:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 11:57:49 -0400 |
commit | f2d1bc3af3c4404935ab8bebf1d6cbe7bedab8c5 (patch) | |
tree | 7a1b576ff4309db911ea1fc38d2b61104bf91313 | |
parent | 00fa4858b071739c76965e3c9ae096f2084d701b (diff) |
docs(std): update links to documents (#4777)
-rw-r--r-- | std/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/README.md b/std/README.md index 33b7e4d50..76c4b4545 100644 --- a/std/README.md +++ b/std/README.md @@ -28,7 +28,7 @@ Here are the dedicated documentations of modules: - [fs](fs/README.md) - [http](http/README.md) - [log](log/README.md) -- [strings](strings/README.md) +- [node](node/README.md) - [testing](testing/README.md) - [uuid](uuid/README.md) - [ws](ws/README.md) |