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:
authorSam Roberts <vieuxtech@gmail.com>2017-05-08 19:30:13 +0300
committerSam Roberts <vieuxtech@gmail.com>2017-05-08 19:30:55 +0300
commitea1b8a5cbcf4a4882c25f57176f8fd00728bffb3 (patch)
tree4d7906d5d2c928d2cdb29c583578f6115e95ec98 /doc/api/globals.md
parent0a734fec885409a09b9d18319e4ea7f6f25e6a3e (diff)
doc: sort bottom-of-file markdown links
PR-URL: https://github.com/nodejs/node/pull/12726 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 4aa9089b40d..c91acb32447 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -274,18 +274,18 @@ added: v0.0.1
[`__dirname`]: #globals_dirname
[`__filename`]: #globals_filename
-[`console`]: console.html
-[`path.dirname()`]: path.html#path_path_dirname_path
-[`process` object]: process.html#process_process
-[buffer section]: buffer.html
-[module system documentation]: modules.html
-[Modules]: modules.html#modules_modules
-[native addons]: addons.html
-[timers]: timers.html
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
[`clearInterval`]: timers.html#timers_clearinterval_timeout
[`clearTimeout`]: timers.html#timers_cleartimeout_timeout
+[`console`]: console.html
+[`path.dirname()`]: path.html#path_path_dirname_path
+[`process` object]: process.html#process_process
[`setImmediate`]: timers.html#timers_setimmediate_callback_args
[`setInterval`]: timers.html#timers_setinterval_callback_delay_args
[`setTimeout`]: timers.html#timers_settimeout_callback_delay_args
+[Modules]: modules.html#modules_modules
+[buffer section]: buffer.html
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
+[module system documentation]: modules.html
+[native addons]: addons.html
+[timers]: timers.html