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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 12:49:19 +0400
committerisaacs <i@izs.me>2011-09-04 12:49:19 +0400
commitec668256b78d4960f06afafcbbe89bf720cfa296 (patch)
treefe3e7575a699bbf463f4987dbb792f2c8e0fc61c /html
parent30d98383761fe6ebb2e57f38790c78751332cf2a (diff)
Fold the README into the html doc build
Sadly, this means turning off syntax highlighted code blocks, until ronn has a markdown implementation that supports them.
Diffstat (limited to 'html')
-rw-r--r--html/doc/removing-npm.html4
-rw-r--r--html/index.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 83f56e3fc..146bb1394 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.html
@@ -376,7 +376,7 @@ modules. To track those down, you can do the following:</p>
<pre><code>find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ;</code></pre>
-<p>(This is also in the README file.)</p>
+<p>(This is also in the <a href="README.html">README</a> file.)</p>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -406,4 +406,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-35-04 08:09:30 -->
+<!-- npm help removing-npm - 2011-45-04 08:09:05 -->
diff --git a/html/index.html b/html/index.html
index 0f20599d1..9ccf28e57 100644
--- a/html/index.html
+++ b/html/index.html
@@ -67,14 +67,14 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<ol>
<li><a href="https://github.com/isaacs/npm">Get the code.</a>
- <li>Do what <a href="https://github.com/isaacs/npm#readme">the README</a>
+ <li>Do what <a href="http://npmjs.org/doc/README.html">the README</a>
says to do.
</ol>
<h2>Other Cool Stuff</h2>
<ul>
- <li><a href="https://github.com/isaacs/npm#readme">README</a>
+ <li><a href="http://npmjs.org/doc/README.html">README</a>
<li><a href="doc/">Help Documentation</a>
<li><a href="doc/faq.html">FAQ</a>
<li><a href="http://search.npmjs.org/">Search for Packages</a>