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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-09-14 18:09:13 +0300
committerRich Trott <rtrott@gmail.com>2020-10-01 16:19:12 +0300
commitecf5060a42a5cd073ed4200e80afae1a79178bba (patch)
tree75f774ee55e85607f285c58ac535a5c3bf709dd7 /doc/api/globals.md
parent726143e683738b0e60580bdc247e6cfa60a0783a (diff)
doc: use .md extension for internal links
This helps catch broken links as part of the test suite. This also improves the user experience when browsing the markdown files. PR-URL: https://github.com/nodejs/node/pull/35191 Fixes: https://github.com/nodejs/node/issues/35189 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 4844c86134e..8b279a21715 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -322,27 +322,27 @@ The object that acts as the namespace for all W3C
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.
[`AbortController`]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController
-[`TextDecoder`]: util.html#util_class_util_textdecoder
-[`TextEncoder`]: util.html#util_class_util_textencoder
-[`URLSearchParams`]: url.html#url_class_urlsearchparams
-[`URL`]: url.html#url_class_url
-[`__dirname`]: modules.html#modules_dirname
-[`__filename`]: modules.html#modules_filename
-[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
-[`clearInterval`]: timers.html#timers_clearinterval_timeout
-[`clearTimeout`]: timers.html#timers_cleartimeout_timeout
-[`console`]: console.html
-[`exports`]: modules.html#modules_exports
-[`module`]: modules.html#modules_module
-[`process.nextTick()`]: process.html#process_process_nexttick_callback_args
-[`process` object]: process.html#process_process
-[`require()`]: modules.html#modules_require_id
-[`setImmediate`]: timers.html#timers_setimmediate_callback_args
-[`setInterval`]: timers.html#timers_setinterval_callback_delay_args
-[`setTimeout`]: timers.html#timers_settimeout_callback_delay_args
-[buffer section]: buffer.html
+[`TextDecoder`]: util.md#util_class_util_textdecoder
+[`TextEncoder`]: util.md#util_class_util_textencoder
+[`URLSearchParams`]: url.md#url_class_urlsearchparams
+[`URL`]: url.md#url_class_url
+[`__dirname`]: modules.md#modules_dirname
+[`__filename`]: modules.md#modules_filename
+[`clearImmediate`]: timers.md#timers_clearimmediate_immediate
+[`clearInterval`]: timers.md#timers_clearinterval_timeout
+[`clearTimeout`]: timers.md#timers_cleartimeout_timeout
+[`console`]: console.md
+[`exports`]: modules.md#modules_exports
+[`module`]: modules.md#modules_module
+[`process.nextTick()`]: process.md#process_process_nexttick_callback_args
+[`process` object]: process.md#process_process
+[`require()`]: modules.md#modules_require_id
+[`setImmediate`]: timers.md#timers_setimmediate_callback_args
+[`setInterval`]: timers.md#timers_setinterval_callback_delay_args
+[`setTimeout`]: timers.md#timers_settimeout_callback_delay_args
+[buffer section]: buffer.md
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
-[module system documentation]: modules.html
-[timers]: timers.html
+[module system documentation]: modules.md
+[timers]: timers.md
[webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly
[webassembly-org]: https://webassembly.org