Skip to content

Commit

Permalink
doc: update V8 URL
Browse files Browse the repository at this point in the history
https://code.google.com/p/v8/ redirects to the V8 issue tracker

PR-URL: #5530
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
strawbrary authored and bnoordhuis committed Mar 2, 2016
1 parent d6608ed commit 4c724dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/v8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ v8.setFlagsFromString('--trace_gc');
setTimeout(function() { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
```

[V8]: https://code.google.com/p/v8/
[V8]: https://developers.google.com/v8/
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md

0 comments on commit 4c724dd

Please sign in to comment.