Skip to content

Commit

Permalink
doc: Change the link for v8 docs to v8dox.com
Browse files Browse the repository at this point in the history
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 <jasnell@gmail.com>
  • Loading branch information
chad3814 authored and jasnell committed Aug 13, 2015
1 parent 1fd8f37 commit b03ab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/addons.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b03ab02

Please sign in to comment.