Skip to content

Commit b2fd88e

Browse files
kaichenry
authored andcommitted
correct some inline links in api document
1 parent ae8262a commit b2fd88e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/addons.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ knowledge of several libraries:
1212
descriptor to become readable, wait for a timer, or wait for a signal to
1313
received one will need to interface with libev. That is, if you perform
1414
any I/O, libev will need to be used. Node uses the `EV_DEFAULT` event
15-
loop. Documentation can be found http:/cvs.schmorp.de/libev/ev.html[here].
15+
loop. Documentation can be found [here](http://cvs.schmorp.de/libev/ev.html).
1616

1717
- libeio, C thread pool library. Used to execute blocking POSIX system
1818
calls asynchronously. Mostly wrappers already exist for such calls, in
@@ -69,7 +69,7 @@ like this:
6969
Running `node-waf configure build` will create a file
7070
`build/default/hello.node` which is our Addon.
7171

72-
`node-waf` is just [WAF](http://code.google.com/p/waf/), the python-based build system. `node-waf` is
72+
`node-waf` is just [WAF](http://code.google.com/p/waf), the python-based build system. `node-waf` is
7373
provided for the ease of users.
7474

7575
All Node addons must export a function called `init` with this signature:

doc/api/appendix_1.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There are many third party modules for Node. At the time of writing, August
44
2010, the master repository of modules is
5-
http://github.com/ry/node/wiki/modules[the wiki page].
5+
[the wiki page](http://github.com/ry/node/wiki/modules).
66

77
This appendix is intended as a SMALL guide to new-comers to help them
88
quickly find what are considered to be quality modules. It is not intended

0 commit comments

Comments
 (0)