Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-04 05:08:46 +0400
committerisaacs <i@izs.me>2012-03-04 05:08:46 +0400
commitcf6e4d82e76fe17dbc08b32e44917f4927590b13 (patch)
treef2df8f55f13279175e9b67e28ee1d51bb652ac0f /doc/index.html
parent2e487379adabe09b19e92e4f4ecb5bc143679aca (diff)
Use shorter url for /docs/latest/api
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 99787e0abaa..7e861cd31e6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -30,7 +30,7 @@
applications that run across distributed devices.</p>
<a href="#download" class="button" id="downloadbutton">Download</a>
- <a href="http://nodejs.org/docs/latest/api/index.html" class="button" id="docsbutton">Docs</a>
+ <a href="http://nodejs.org/api/index.html" class="button" id="docsbutton">Docs</a>
<p class="version">v0.6.12</p>
</div>
<div id="quotes" class="clearfix">
@@ -188,7 +188,7 @@ server.listen(1337, '127.0.0.1');</pre>
<ul id="explore">
<li><a href="about/" class="explore">About</a><br><span>Technical overview</span></li>
<li><a href="http://search.npmjs.org/" class="explore">npm Registry</a><br><span>Modules, resources and more</span></li>
- <li><a href="http://nodejs.org/docs/latest/api/index.html" class="explore">Documentation</a><br><span>API Specifications</span></li>
+ <li><a href="http://nodejs.org/api/index.html" class="explore">Documentation</a><br><span>API Specifications</span></li>
<li><a href="http://blog.nodejs.org" class="explore">Node.js Blog</a><br><span>Insight, perspective and events</span></li>
<li><a href="community/" class="explore">Community</a><br><span>Mailing lists, blogs, and more</span></li>
<li><a href="logos/" class="explore">Logos</a><br><span>Logo and desktop background</span></li>
@@ -203,7 +203,7 @@ server.listen(1337, '127.0.0.1');</pre>
<li><a href="/#download">Download</a></li>
<li><a href="/about/">About</a></li>
<li><a href="http://search.npmjs.org/">npm Registry</a></li>
- <li><a href="http://nodejs.org/docs/latest/api/index.html">Docs</a></li>
+ <li><a href="http://nodejs.org/api/index.html">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
<li><a href="/logos/">Logos</a></li>