Skip to content

Commit

Permalink
doc: Fixing broken links to the v8 wiki
Browse files Browse the repository at this point in the history
PR-URL: #4241
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
  • Loading branch information
tomgco authored and jasnell committed Dec 11, 2015
1 parent aad6b9f commit 9a9c525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/debugger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ debugger. The syntax is:
* `node debug -p <pid>` - Connects to the process via the `pid`
* `node debug <URI>` - Connects to the process via the URI such as localhost:5858

[TCP protocol]: http://code.google.com/p/v8/wiki/DebuggerProtocol
[TCP protocol]: https://github.com/v8/v8/wiki/Debugging-Protocol
2 changes: 1 addition & 1 deletion doc/api/errors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -486,5 +486,5 @@ often a sign that a connected socket was not `.end()`'d appropriately.
[online]: http://man7.org/linux/man-pages/man3/errno.3.html
[stream-based]: stream.html
[syscall]: http://man7.org/linux/man-pages/man2/syscall.2.html
[V8's stack trace API]: https://code.google.com/p/v8-wiki/wiki/JavaScriptStackTraceApi
[V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API
[vm]: vm.html
2 changes: 1 addition & 1 deletion lib/_debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports.port = 5858;

//
// Parser/Serializer for V8 debugger protocol
// http://code.google.com/p/v8/wiki/DebuggerProtocol
// https://github.com/v8/v8/wiki/Debugging-Protocol
//
// Usage:
// p = new Protocol();
Expand Down

0 comments on commit 9a9c525

Please sign in to comment.