diff options
Diffstat (limited to 'deps/npm/html/api/search.html')
-rw-r--r-- | deps/npm/html/api/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/api/search.html b/deps/npm/html/api/search.html index 92406cf90..ea27de279 100644 --- a/deps/npm/html/api/search.html +++ b/deps/npm/html/api/search.html @@ -2,7 +2,7 @@ <html> <title>search</title> <meta http-equiv="content-type" value="text/html;utf-8"> - <link rel="stylesheet" type="text/css" href="../style.css"> + <link rel="stylesheet" type="text/css" href="../static/style.css"> <body> <div id="wrapper"> @@ -32,7 +32,7 @@ excluded term (the "searchexclude" config). The search is case insensitive and doesn't try to read your mind (it doesn't do any verb tense matching or the like).</p> </div> -<p id="footer">search — npm@1.1.45</p> +<p id="footer">search — npm@1.1.46</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |