summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-14 15:10:10 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-14 22:57:03 +0300
commit3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232 (patch)
tree8670bd629d211edca0593e8b010b945a5abe9e11 /doc/api/repl.md
parentcee8677ac4715ef365dbb128c7cdde28427119c3 (diff)
downloadandroid-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.tar.gz
android-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.tar.bz2
android-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.zip
doc: prevent some redirections
Replace some redirected URLs with the final ones. PR-URL: https://github.com/nodejs/node/pull/21811 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@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 356d5ef47e..cb2765eab4 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/2209310](https://gist.github.com/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/2053342](https://gist.github.com/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