Skip to content

Commit 9ce28ec

Browse files
vsemozhetbytevanlucas
authored andcommitted
doc: add the valid link for curl(1) in repl.md
The current autoinserted link leads to 404 page. PR-URL: #10244 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent cffbfba commit 9ce28ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/repl.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ undefined
8585
```
8686

8787
Unless otherwise scoped within blocks or functions, variables declared
88-
either implicitly, or using the `const`, `let`, or `var` keywords
88+
either implicitly or using the `const`, `let`, or `var` keywords
8989
are declared at the global scope.
9090

9191
#### Global and Local Scope
@@ -540,10 +540,11 @@ possible to connect to a long-running Node.js process without restarting it.
540540
For an example of running a "full-featured" (`terminal`) REPL over
541541
a `net.Server` and `net.Socket` instance, see: https://gist.github.com/2209310
542542

543-
For an example of running a REPL instance over curl(1),
543+
For an example of running a REPL instance over [curl(1)][],
544544
see: https://gist.github.com/2053342
545545

546546
[stream]: stream.html
547547
[`util.inspect()`]: util.html#util_util_inspect_object_options
548548
[`readline.Interface`]: readline.html#readline_class_interface
549549
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
550+
[curl(1)]: https://curl.haxx.se/docs/manpage.html

0 commit comments

Comments
 (0)