Skip to content

Commit 4cc8ec2

Browse files
committed
doc: sort markdown refs in errors
Backport-PR-URL: #24678 PR-URL: #23972 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6936060 commit 4cc8ec2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

doc/api/errors.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,24 +2097,25 @@ instance.setEncoding('utf8');
20972097
An attempt has been made to create a string larger than the maximum allowed
20982098
size.
20992099

2100-
[`--force-fips`]: cli.html#cli_force_fips
21012100
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
2101+
[`--force-fips`]: cli.html#cli_force_fips
2102+
[`Class: assert.AssertionError`]: assert.html#assert_class_assert_assertionerror
2103+
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
2104+
[`EventEmitter`]: events.html#events_class_eventemitter
2105+
[`Writable`]: stream.html#stream_class_stream_writable
21022106
[`child_process`]: child_process.html
21032107
[`cipher.getAuthTag()`]: crypto.html#crypto_cipher_getauthtag
2104-
[`Class: assert.AssertionError`]: assert.html#assert_class_assert_assertionerror
21052108
[`crypto.scrypt()`]: crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback
21062109
[`crypto.scryptSync()`]: crypto.html#crypto_crypto_scryptsync_password_salt_keylen_options
21072110
[`crypto.timingSafeEqual()`]: crypto.html#crypto_crypto_timingsafeequal_a_b
21082111
[`dgram.createSocket()`]: dgram.html#dgram_dgram_createsocket_options_callback
2109-
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
2110-
[`EventEmitter`]: events.html#events_class_eventemitter
2111-
[`fs`]: fs.html
21122112
[`errno`(3) man page]: http://man7.org/linux/man-pages/man3/errno.3.html
21132113
[`fs.readFileSync`]: fs.html#fs_fs_readfilesync_path_options
21142114
[`fs.readdir`]: fs.html#fs_fs_readdir_path_options_callback
21152115
[`fs.symlink()`]: fs.html#fs_fs_symlink_target_path_type_callback
21162116
[`fs.symlinkSync()`]: fs.html#fs_fs_symlinksync_target_path_type
21172117
[`fs.unlink`]: fs.html#fs_fs_unlink_path_callback
2118+
[`fs`]: fs.html
21182119
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
21192120
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
21202121
[`http`]: http.html
@@ -2126,29 +2127,30 @@ size.
21262127
[`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback
21272128
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
21282129
[`readable._read()`]: stream.html#stream_readable_read_size_1
2129-
[`require()`]: modules.html#modules_require
21302130
[`require('crypto').setEngine()`]: crypto.html#crypto_crypto_setengine_engine_flags
2131-
[`server.listen()`]: net.html#net_server_listen
2131+
[`require()`]: modules.html#modules_require
21322132
[`server.close()`]: net.html#net_server_close_callback
2133+
[`server.listen()`]: net.html#net_server_listen
21332134
[`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat
21342135
[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options
21352136
[`stream.push()`]: stream.html#stream_readable_push_chunk_encoding
21362137
[`stream.unshift()`]: stream.html#stream_readable_unshift_chunk
21372138
[`stream.write()`]: stream.html#stream_writable_write_chunk_encoding_callback
21382139
[`subprocess.kill()`]: child_process.html#child_process_subprocess_kill_signal
21392140
[`subprocess.send()`]: child_process.html#child_process_subprocess_send_message_sendhandle_options_callback
2140-
[`Writable`]: stream.html#stream_class_stream_writable
21412141
[`zlib`]: zlib.html
21422142
[ES6 module]: esm.html
2143+
[ICU]: intl.html#intl_internationalization_support
21432144
[Node.js Error Codes]: #nodejs-error-codes
21442145
[V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API
2146+
[WHATWG Supported Encodings]: util.html#util_whatwg_supported_encodings
21452147
[WHATWG URL API]: url.html#url_the_whatwg_url_api
21462148
[crypto digest algorithm]: crypto.html#crypto_crypto_gethashes
21472149
[domains]: domain.html
21482150
[event emitter-based]: events.html#events_class_eventemitter
21492151
[file descriptors]: https://en.wikipedia.org/wiki/File_descriptor
2152+
[online]: http://man7.org/linux/man-pages/man3/errno.3.html
21502153
[stream-based]: stream.html
21512154
[syscall]: http://man7.org/linux/man-pages/man2/syscalls.2.html
21522155
[try-catch]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch
21532156
[vm]: vm.html
2154-
[WHATWG Supported Encodings]: util.html#util_whatwg_supported_encodings

0 commit comments

Comments
 (0)