summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Walker <chad@chad-cat-lore-eddie.com>2015-07-10 10:52:43 -0500
committerJames M Snell <jasnell@gmail.com>2015-08-05 14:38:27 -0700
commit2ffc000b65325358764cd2e57130eba3c14a8b7b (patch)
tree99dc09569a00ca6737abdad766c994afd7d9d987
parent1a82c8381111fb57bef7e10d1df2ec721f5112a6 (diff)
downloadnode-2ffc000b65325358764cd2e57130eba3c14a8b7b.tar.gz
doc: Change the link for v8 docs to v8dox.com
No offense to @izs, but the doxygen he put up 3.5 years ago isn't accurate for node 0.12 nor io.js. I'm trying to keep up and have multiple sets of doxygen of v8 available at http://v8dox.com/ Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/joyent/node/pull/25658
-rw-r--r--doc/api/addons.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown
index 0e67ffc5a..3ec897127 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 Node source
tree), which is also available
- [online](http://izs.me/v8-docs/main.html).
+ [online](http://v8dox.com/).
- [libuv](https://github.com/joyent/libuv), C event loop library.
Anytime one needs to wait for a file descriptor to become readable,