diff options
author | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-07-16 15:09:41 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-07-16 15:57:06 -0700 |
commit | 0ab81e6f582ecb1817d3f30604304233d99dc0ca (patch) | |
tree | 13009905acedb8948e99ed5763b3443720473902 /doc | |
parent | 4e92dbc26bdf40a1057be0e2e2b85742e1854c68 (diff) | |
download | node-new-0ab81e6f582ecb1817d3f30604304233d99dc0ca.tar.gz |
docs: link to more up-to-date v8 docs
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/addons.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 0609084e1a..d4f08b7b0e 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -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, |