Skip to content

Commit 869814b

Browse files
use full URLs in gist code reference
1 parent 0c1abbe commit 869814b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

doc/api/repl.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ process.stdin.on('data', (b) => {
10341034
To run the example open two different terminals on your machine, start the server
10351035
with `node repl-server.js` in one terminal and `node repl-client.js` on the other.
10361036

1037-
Original code from: [gist.github.com/TooTallNate/2209310][full-featured REPL gist]
1037+
Original code from <https://gist.github.com/TooTallNate/2209310>.
10381038

10391039
#### REPL over `curl`
10401040

@@ -1116,9 +1116,8 @@ If you need to implement REPLs in a real-world application, consider alternative
11161116
approaches that mitigate these risks, such as using secure input mechanisms and
11171117
avoiding open network interfaces.
11181118

1119-
Original code from: [gist.github.com/TooTallNate/2053342][REPL over curl gist]
1119+
Original code from <https://gist.github.com/TooTallNate/2053342>.
11201120

1121-
[REPL over curl gist]: https://gist.github.com/TooTallNate/2053342
11221121
[TTY keybindings]: readline.md#tty-keybindings
11231122
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
11241123
[`'uncaughtException'`]: process.md#event-uncaughtexception
@@ -1137,5 +1136,4 @@ Original code from: [gist.github.com/TooTallNate/2053342][REPL over curl gist]
11371136
[`reverse-i-search`]: #reverse-i-search
11381137
[`util.inspect()`]: util.md#utilinspectobject-options
11391138
[custom evaluation functions]: #custom-evaluation-functions
1140-
[full-featured REPL gist]: https://gist.github.com/TooTallNate/2209310
11411139
[stream]: stream.md

0 commit comments

Comments
 (0)