Skip to content

Commit b03ab02

Browse files
chad3814jasnell
authored andcommitted
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: nodejs/node-v0.x-archive#25811 Reviewed-By: James M Snell <[email protected]>
1 parent 1fd8f37 commit b03ab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ knowledge of several libraries:
88
creating objects, calling functions, etc. Documented mostly in the
99
`v8.h` header file (`deps/v8/include/v8.h` in the Node source
1010
tree), which is also available
11-
[online](http://izs.me/v8-docs/main.html).
11+
[online](http://v8dox.com/).
1212

1313
- [libuv](https://github.com/joyent/libuv), C event loop library.
1414
Anytime one needs to wait for a file descriptor to become readable,

0 commit comments

Comments
 (0)