From 2d1438cfe033c456b56426b5eb51c0bfc2b7d5a1 Mon Sep 17 00:00:00 2001 From: Danny Nemer Date: Fri, 11 Sep 2015 20:23:06 -0400 Subject: [PATCH] doc: fix broken link in repl.markdown PR-URL: https://github.com/nodejs/node/pull/2827 Reviewed-By: Rich Trott Reviewed-By: Jeremiah Senkpiel --- doc/api/repl.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/repl.markdown b/doc/api/repl.markdown index c7fd0a35068483..428ad6cf002b9b 100644 --- a/doc/api/repl.markdown +++ b/doc/api/repl.markdown @@ -277,5 +277,6 @@ and try to print `obj` in REPL, it will invoke the custom `inspect()` function: > obj { bar: 'baz' } +[Readline Interface]: readline.html#readline_class_interface [util.inspect()]: util.html#util_util_inspect_object_options [here]: util.html#util_custom_inspect_function_on_objects