summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2018-09-02 13:49:02 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-10-15 05:51:18 +0200
commit8d29569368629bf6dfd549a69b80b678ab714e58 (patch)
tree60d5cba983c1a738c3b9b001e277dc2056115596 /doc/api/repl.md
parent98afca92a9d035a6191fd05e8013a6fc36a78539 (diff)
downloadandroid-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.tar.gz
android-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.tar.bz2
android-node-v8-8d29569368629bf6dfd549a69b80b678ab714e58.zip
doc: wrap links in <>
This fixes links that were broken due to inclusion of the trailing dot. Also simplifies a pair of occurances of [](). PR-URL: https://github.com/nodejs/node/pull/23359 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 98c3f66839..787e28a4a9 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -619,10 +619,10 @@ possible to connect to a long-running Node.js process without restarting it.
For an example of running a "full-featured" (`terminal`) REPL over
a `net.Server` and `net.Socket` instance, see:
-[https://gist.github.com/TooTallNate/2209310](https://gist.github.com/TooTallNate/2209310).
+<https://gist.github.com/TooTallNate/2209310>.
For an example of running a REPL instance over [curl(1)][], see:
-[https://gist.github.com/TooTallNate/2053342](https://gist.github.com/TooTallNate/2053342).
+<https://gist.github.com/TooTallNate/2053342>.
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await