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
diff options
context:
space:
mode:
Diffstat (limited to 'html/doc/home.html')
-rw-r--r--html/doc/home.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/html/doc/home.html b/html/doc/home.html
index 9af1ab823..576bd7066 100644
--- a/html/doc/home.html
+++ b/html/doc/home.html
@@ -6,7 +6,7 @@
<body>
<div id="wrapper">
-<h1><a href="docs.html">npm docs</a></h1> <p>Docs for a package in a web browser maybe</p>
+<h1><a href="docs.html">docs</a></h1> <p>Docs for a package in a web browser maybe</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -35,7 +35,7 @@ config param.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="view.html">npm view</a></li><li><a href="publish.html">npm publish</a></li><li><a href="registry.html">npm registry</a></li><li><a href="config.html">npm config</a></li><li><a href="json.html">npm json</a></li></ul>
+<ul><li><a href="view.html">view</a></li><li><a href="publish.html">publish</a></li><li><a href="registry.html">registry</a></li><li><a href="config.html">config</a></li><li><a href="json.html">json</a></li></ul>
</div>
<p id="footer">home &mdash; npm@1.0.28-pre-DEV-UNSTABLE</p>
<script>
@@ -60,7 +60,9 @@ toc.innerHTML = els.map(function (el) {
out += "</ul>"
l --
}
- out += "<li><a href='#" + el.id + "'>" + el.innerHTML + "</a>"
+ out += "<li><a href='#" + el.id + "'>" +
+ ( el.innerText || el.text || el.innerHTML)
+ + "</a>"
return out
}).join("\n")
toc.id = "toc"