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
  • Loading branch information
strawbrary committed Mar 2, 2016
1 parent 9beb36a commit c428a8c
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 c428a8c

Please sign in to comment.