Browse Source

correct some inline links in api document

v0.7.4-release
Kai Chen 14 years ago
committed by Ryan Dahl
parent
commit
b2fd88ef7a
  1. 4
      doc/api/addons.markdown
  2. 2
      doc/api/appendix_1.markdown

4
doc/api/addons.markdown

@ -12,7 +12,7 @@ knowledge of several libraries:
descriptor to become readable, wait for a timer, or wait for a signal to
received one will need to interface with libev. That is, if you perform
any I/O, libev will need to be used. Node uses the `EV_DEFAULT` event
loop. Documentation can be found http:/cvs.schmorp.de/libev/ev.html[here].
loop. Documentation can be found [here](http://cvs.schmorp.de/libev/ev.html).
- libeio, C thread pool library. Used to execute blocking POSIX system
calls asynchronously. Mostly wrappers already exist for such calls, in
@ -69,7 +69,7 @@ like this:
Running `node-waf configure build` will create a file
`build/default/hello.node` which is our Addon.
`node-waf` is just [WAF](http://code.google.com/p/waf/), the python-based build system. `node-waf` is
`node-waf` is just [WAF](http://code.google.com/p/waf), the python-based build system. `node-waf` is
provided for the ease of users.
All Node addons must export a function called `init` with this signature:

2
doc/api/appendix_1.markdown

@ -2,7 +2,7 @@
There are many third party modules for Node. At the time of writing, August
2010, the master repository of modules is
http://github.com/ry/node/wiki/modules[the wiki page].
[the wiki page](http://github.com/ry/node/wiki/modules).
This appendix is intended as a SMALL guide to new-comers to help them
quickly find what are considered to be quality modules. It is not intended

Loading…
Cancel
Save