mirror of https://github.com/nodejs/node.git
Fix links
parent
241ea7e595
commit
9da29a6109
|
@ -76,7 +76,7 @@ net.createServer(function (socket) {
|
|||
</pre>
|
||||
|
||||
<p>
|
||||
See the <a href="api.html">API documentation</a> for more
|
||||
See the <a href="/docs">API documentation</a> for more
|
||||
examples.
|
||||
</p>
|
||||
|
||||
|
@ -116,7 +116,7 @@ make
|
|||
make install</pre>
|
||||
|
||||
<p>
|
||||
Then have a look at the <a href="api.html">API documentation</a>.
|
||||
Then have a look at the <a href="/docs">API documentation</a>.
|
||||
</p>
|
||||
|
||||
<p>To run the tests</p>
|
||||
|
|
Loading…
Reference in New Issue