Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

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#25811
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
chad3814 authored and jBarz committed Nov 4, 2016
1 parent b9f04be commit 4b4ddc7
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 4b4ddc7

Please sign in to comment.