diff options
Diffstat (limited to 'deps/npm/html/doc/README.html')
-rw-r--r-- | deps/npm/html/doc/README.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html index 923f0a8e1..9d666ede3 100644 --- a/deps/npm/html/doc/README.html +++ b/deps/npm/html/doc/README.html @@ -6,7 +6,7 @@ <body> <div id="wrapper"> -<h1><a href="../doc/npm.html">npm</a></h1> <p>node package manager</p> +<h1><a href="cli/npm.html">npm</a></h1> <p>node package manager</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> @@ -16,7 +16,7 @@ <h2 id="IMPORTANT">IMPORTANT</h2> -<p><strong>You need node v0.6 or higher to run this program.</strong></p> +<p><strong>You need node v0.8 or higher to run this program.</strong></p> <p>To install an old <strong>and unsupported</strong> version of npm that works on node 0.3 and prior, clone the git repo and dig through the old tags and branches.</p> @@ -238,9 +238,9 @@ will no doubt tell you to put the output in a gist or email.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> -<ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/help.html">help(1)</a></li><li><a href="../doc/index.html">index(1)</a></li></ul> +<ul><li><a href="cli/npm.html">npm(1)</a></li><li><a href="cli/npm-faq.html">npm-faq(1)</a></li><li><a href="cli/npm-help.html">npm-help(1)</a></li><li><a href="cli/npm-index.html">npm-index(1)</a></li></ul> </div> -<p id="footer"><a href="../doc/README.html">README</a> — npm@1.2.25</p> +<p id="footer"><a href="../doc/README.html">README</a> — npm@1.3.3</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") @@ -272,4 +272,3 @@ toc.id = "toc" document.body.appendChild(toc) })() </script> -</body></html> |