diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 115bd078d7..315015f571 100644 --- a/doc/api/addons.markdown +++ b/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: diff --git a/doc/api/appendix_1.markdown b/doc/api/appendix_1.markdown index 3274fdacd3..395a9414f4 100644 --- a/doc/api/appendix_1.markdown +++ b/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