Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a9c525

Browse filesBrowse files
tomgcojasnell
authored andcommitted
doc: Fixing broken links to the v8 wiki
PR-URL: #4241 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
1 parent aad6b9f commit 9a9c525
Copy full SHA for 9a9c525

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/debugger.markdown‎

Copy file name to clipboardExpand all lines: doc/api/debugger.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ debugger. The syntax is:
169169
* `node debug -p <pid>` - Connects to the process via the `pid`
170170
* `node debug <URI>` - Connects to the process via the URI such as localhost:5858
171171

172-
[TCP protocol]: http://code.google.com/p/v8/wiki/DebuggerProtocol
172+
[TCP protocol]: https://github.com/v8/v8/wiki/Debugging-Protocol
Collapse file

‎doc/api/errors.markdown‎

Copy file name to clipboardExpand all lines: doc/api/errors.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,5 @@ often a sign that a connected socket was not `.end()`'d appropriately.
486486
[online]: http://man7.org/linux/man-pages/man3/errno.3.html
487487
[stream-based]: stream.html
488488
[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
490490
[vm]: vm.html
Collapse file

‎lib/_debugger.js‎

Copy file name to clipboardExpand all lines: lib/_debugger.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports.port = 5858;
4646

4747
//
4848
// Parser/Serializer for V8 debugger protocol
49-
// http://code.google.com/p/v8/wiki/DebuggerProtocol
49+
// https://github.com/v8/v8/wiki/Debugging-Protocol
5050
//
5151
// Usage:
5252
// p = new Protocol();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.