From 4b4ddc70d565e6874b47c99df3134a26c4842f6d Mon Sep 17 00:00:00 2001 From: Chad Walker Date: Fri, 10 Jul 2015 10:52:43 -0500 Subject: [PATCH] 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/ PR-URL: https://github.com/joyent/node/pull/25811 Reviewed-By: James M Snell --- doc/api/addons.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 0e67ffc5af4c..3ec8971274da 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,