Browse Source

doc: update V8 URL

https://code.google.com/p/v8/ redirects to the V8 issue tracker

PR-URL: https://github.com/nodejs/node/pull/5530
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
process-exit-stdio-flushing
Craig Akimoto 9 years ago
committed by Ben Noordhuis
parent
commit
4c724dd439
  1. 2
      doc/api/v8.markdown

2
doc/api/v8.markdown

@ -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

Loading…
Cancel
Save