diff --git a/src/inspector_socket_server.cc b/src/inspector_socket_server.cc index 4df85fe8461bae..f5d1ea5bd09ff4 100644 --- a/src/inspector_socket_server.cc +++ b/src/inspector_socket_server.cc @@ -248,7 +248,7 @@ void PrintDebuggerReadyMessage( } } fprintf(out, "For help, see: %s\n", - "https://nodejs.org/en/docs/inspector"); + "https://nodejs.org/api/inspector.html"); fflush(out); }