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>2021-06-27 15:25:47 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-27 20:04:44 +0300
commitccc50a982044812e9e307a4626442c564cd60cf8 (patch)
treed6015d2f67faa6396485f5ab886f1d597f97e487 /doc/api/cluster.md
parentfdb097c4f4f7fef1119839867bf9e34ca04010c6 (diff)
doc: use ASCII order for md refs
PR-URL: https://github.com/nodejs/node/pull/39170 Refs: https://github.com/nodejs/remark-preset-lint-node/pull/188 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 2b515ab82e3..8675a510013 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -1082,9 +1082,9 @@ socket.on('data', (id) => {
[`child_process.fork()`]: child_process.md#child_process_child_process_fork_modulepath_args_options
[`child_process` event: `'exit'`]: child_process.md#child_process_event_exit
[`child_process` event: `'message'`]: child_process.md#child_process_event_message
+[`cluster.isPrimary`]: #cluster_cluster_isprimary
[`cluster.settings`]: #cluster_cluster_settings
[`disconnect()`]: child_process.md#child_process_subprocess_disconnect
-[`cluster.isPrimary`]: #cluster_cluster_isprimary
[`kill()`]: process.md#process_process_kill_pid_signal
[`process` event: `'message'`]: process.md#process_event_message
[`server.close()`]: net.md#net_event_close