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 Myles Borins committed Mar 10, 2016
1 parent 8e947c8 commit a2a0fde
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 @@ -40,5 +40,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 a2a0fde

Please sign in to comment.