summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-05-08 09:30:13 -0700
committerSam Roberts <vieuxtech@gmail.com>2017-05-08 09:30:55 -0700
commitea1b8a5cbcf4a4882c25f57176f8fd00728bffb3 (patch)
tree4d7906d5d2c928d2cdb29c583578f6115e95ec98 /doc/api/repl.md
parent0a734fec885409a09b9d18319e4ea7f6f25e6a3e (diff)
downloadandroid-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.tar.gz
android-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.tar.bz2
android-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.zip
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/repl.md')
-rw-r--r--doc/api/repl.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 6f16f92202..99bd638e52 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -565,8 +565,8 @@ a `net.Server` and `net.Socket` instance, see: https://gist.github.com/2209310
For an example of running a REPL instance over [curl(1)][],
see: https://gist.github.com/2053342
-[stream]: stream.html
-[`util.inspect()`]: util.html#util_util_inspect_object_options
-[`readline.Interface`]: readline.html#readline_class_interface
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
+[`readline.Interface`]: readline.html#readline_class_interface
+[`util.inspect()`]: util.html#util_util_inspect_object_options
[curl(1)]: https://curl.haxx.se/docs/manpage.html
+[stream]: stream.html