@@ -3,7 +3,7 @@ npm-faq(1) -- Frequently Asked Questions
33
44## Where can I find these docs in HTML?
55
6- < http ://npmjs.org/doc/> , or run:
6+ < https ://npmjs.org/doc/> , or run:
77
88 npm config set viewer browser
99
@@ -144,7 +144,7 @@ command.)
144144
145145In those cases, you can do this:
146146
147- curl http ://npmjs.org/install.sh | sh
147+ curl https ://npmjs.org/install.sh | sh
148148
149149## What is a ` package ` ?
150150
@@ -177,9 +177,9 @@ an argument to `git checkout`. The default is `master`.
177177
178178You don't. Try one of these:
179179
180- * < http ://github.com/isaacs/nave>
181- * < http ://github.com/visionmedia/n>
182- * < http ://github.com/creationix/nvm>
180+ * < https ://github.com/isaacs/nave>
181+ * < https ://github.com/visionmedia/n>
182+ * < https ://github.com/creationix/nvm>
183183
184184## How can I use npm for development?
185185
@@ -245,7 +245,7 @@ There is not sufficient need to impose namespace rules on everyone.
245245Discuss it on the mailing list, or post an issue.
246246
247247* < npm-@googlegroups.com >
248- * < http ://github.com/isaacs/npm/issues>
248+ * < https ://github.com/isaacs/npm/issues>
249249
250250## Why does npm hate me?
251251
0 commit comments