summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 3a5134d1e2..46cac0df3e 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -181,7 +181,7 @@ Error: foo
#### `await` keyword
-With the `--experimental-repl-await` command line option specified,
+With the [`--experimental-repl-await`][] command line option specified,
experimental support for the `await` keyword is enabled.
<!-- eslint-skip -->
@@ -612,6 +612,7 @@ 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
+[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
[`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