From b9161f408f4a311cfada8f354792e547bfc526a6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 16 Sep 2020 06:29:28 -0700 Subject: [PATCH] doc: sort repl references in ASCII order PR-URL: https://github.com/nodejs/node/pull/35230 Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca Reviewed-By: Masashi Hirano Reviewed-By: Trivikram Kamat Reviewed-By: Anna Henningsen --- doc/api/repl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index e3daa00da8ea35..8f3f6c41c5b2b7 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -744,18 +744,18 @@ a `net.Server` and `net.Socket` instance, see: For an example of running a REPL instance over [`curl(1)`][], see: . +[TTY keybindings]: readline.html#readline_tty_keybindings [ZSH]: https://en.wikipedia.org/wiki/Z_shell [`'uncaughtException'`]: process.html#process_event_uncaughtexception [`--experimental-repl-await`]: cli.html#cli_experimental_repl_await [`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.html#errors_err_domain_cannot_set_uncaught_exception_capture [`ERR_INVALID_REPL_INPUT`]: errors.html#errors_err_invalid_repl_input +[`curl(1)`]: https://curl.haxx.se/docs/manpage.html [`domain`]: domain.html [`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn [`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function [`repl.ReplServer`]: #repl_class_replserver [`repl.start()`]: #repl_repl_start_options -[`util.inspect()`]: util.html#util_util_inspect_object_options [`reverse-i-search`]: #repl_reverse_i_search -[TTY keybindings]: readline.html#readline_tty_keybindings -[`curl(1)`]: https://curl.haxx.se/docs/manpage.html +[`util.inspect()`]: util.html#util_util_inspect_object_options [stream]: stream.html