From cb7e4fbac95ae8a96178f27344b9cd8cb871e1bd Mon Sep 17 00:00:00 2001 From: Craig Akimoto Date: Wed, 2 Mar 2016 11:16:24 -0800 Subject: [PATCH] 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 --- doc/api/v8.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/v8.markdown b/doc/api/v8.markdown index 6aa763add19dd1..4761355141d2c2 100644 --- a/doc/api/v8.markdown +++ b/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