Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-14 08:03:37 +0300
committerRich Trott <rtrott@gmail.com>2020-09-14 22:42:08 +0300
commitfb1ab198945d9ed8a9572d7838862ba9b9b106de (patch)
tree231dc1aa3e766c860463be59589bffee0e22c133 /doc/api/modules.md
parent06212bda66fc66a5609244c8e5ed4431765be5fe (diff)
doc: fix broken links in modules.md
PR-URL: https://github.com/nodejs/node/pull/35182 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 7546c0b6662..d7efbb40759 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -951,7 +951,7 @@ in order to be used.
## The `Module` object
This section was moved to
-[Modules: `module` core module](modules_module.html#modules_module_the_module_object).
+[Modules: `module` core module](module.html#module_the_module_object).
<!-- Anchors to make sure old links find a target -->
* <a id="modules_module_builtinmodules" href="module.html#module_module_builtinmodules">`module.builtinModules`</a>
@@ -962,7 +962,7 @@ This section was moved to
## Source map v3 support
This section was moved to
-[Modules: `module` core module](modules_module.html#modules_module_source_map_v3_support).
+[Modules: `module` core module](module.html#module_source_map_v3_support).
<!-- Anchors to make sure old links find a target -->
* <a id="modules_module_findsourcemap_path_error" href="module.html#module_module_findsourcemap_path_error">`module.findSourceMap(path[, error])`</a>