Skip to content

Commit

Permalink
docs: link to more up-to-date v8 docs
Browse files Browse the repository at this point in the history
PR-URL: nodejs#2196
Reviewed-By: Colin Ihrig <[email protected]>

Fixes: nodejs#2155
  • Loading branch information
Fishrock123 committed Jul 16, 2015
1 parent 4e92dbc commit 0ab81e6
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 io.js source
tree), which is also available
[online](http://izs.me/v8-docs/main.html).
[online](https://v8docs.nodesource.com/).

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

0 comments on commit 0ab81e6

Please sign in to comment.