Skip to content

Commit

Permalink
update help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgav committed May 3, 2017
1 parent 1db1a36 commit 5c9335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspector_socket_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void PrintDebuggerReadyMessage(const std::string& host,
GetWsUrl(host, port, id).c_str());
}
fprintf(out, "For help see %s\n",
"https://nodejs.org/en/docs/guides/debugging_getting_started");
"https://nodejs.org/en/docs/inspector");
fflush(out);
}

Expand Down

0 comments on commit 5c9335a

Please sign in to comment.