docs: link to more up-to-date v8 docs
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 16 Jul 2015 22:09:41 +0000 (15:09 -0700)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 16 Jul 2015 22:57:06 +0000 (15:57 -0700)
PR-URL: https://github.com/nodejs/io.js/pull/2196
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fixes: https://github.com/nodejs/io.js/pull/2155

doc/api/addons.markdown

index 0609084..d4f08b7 100644 (file)
@@ -8,7 +8,7 @@ knowledge of several libraries:
    creating objects, calling functions, etc.  Documented mostly in the
    `v8.h` header file (`deps/v8/include/v8.h` in the io.js source
    tree), which is also available
-   [online](http://izs.me/v8-docs/main.html).
+   [online](https://v8docs.nodesource.com/).
 
  - [libuv](https://github.com/libuv/libuv), C event loop library.
    Anytime one needs to wait for a file descriptor to become readable,