File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,4 +168,4 @@ debugger. The syntax is:
168
168
* ` node debug -p <pid> ` - Connects to the process via the ` pid `
169
169
* ` node debug <URI> ` - Connects to the process via the URI such as localhost:5858
170
170
171
- [ TCP protocol ] : http ://code.google. com/p /v8/wiki/DebuggerProtocol
171
+ [ TCP protocol ] : https ://github. com/v8 /v8/wiki/Debugging-Protocol
Original file line number Diff line number Diff line change @@ -486,5 +486,5 @@ often a sign that a connected socket was not `.end()`'d appropriately.
486
486
[ online ] : http://man7.org/linux/man-pages/man3/errno.3.html
487
487
[ stream-based ] : stream.html
488
488
[ syscall ] : http://man7.org/linux/man-pages/man2/syscall.2.html
489
- [ V8's stack trace API ] : https://code.google. com/p /v8-wiki /wiki/JavaScriptStackTraceApi
489
+ [ V8's stack trace API ] : https://github. com/v8 /v8/wiki/Stack-Trace-API
490
490
[ vm ] : vm.html
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ exports.port = 5858;
45
45
46
46
//
47
47
// Parser/Serializer for V8 debugger protocol
48
- // http ://code.google. com/p /v8/wiki/DebuggerProtocol
48
+ // https ://github. com/v8 /v8/wiki/Debugging-Protocol
49
49
//
50
50
// Usage:
51
51
// p = new Protocol();
You can’t perform that action at this time.
0 commit comments