From e8a206e80256943f9e00fb273df063d256a8957e 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 5783b6a931ecbf..487749250b04d9 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