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:
authorisaacs <i@izs.me>2012-10-04 08:55:49 +0400
committerisaacs <i@izs.me>2012-10-04 08:55:49 +0400
commit237b95328ed6863c2e5efd370cc0940fd60b72f2 (patch)
treecb50decb905d625f6fb4da46096a1deb5458f628 /README.md
parentef1dcaf0f80c3933bbbc4c3c2f1377f8d13544b3 (diff)
Fix #2850 Use https url for npmjs.org in docs etc.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0c138134e..d3e361c3d 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ for testing, or running stuff without actually installing npm itself.)
## Fancy Windows Install
-You can download a zip file from <http://npmjs.org/dist/>, and unpack it
+You can download a zip file from <https://npmjs.org/dist/>, and unpack it
in the same folder where node.exe lives.
If that's not fancy enough for you, then you can fetch the code with
@@ -169,13 +169,13 @@ help config` to learn about all the options you can set there.
## More Docs
-Check out the [docs](http://npmjs.org/doc/),
-especially the [faq](http://npmjs.org/doc/faq.html).
+Check out the [docs](https://npmjs.org/doc/),
+especially the [faq](https://npmjs.org/doc/faq.html).
You can use the `npm help` command to read any of them.
If you're a developer, and you want to use npm to publish your program,
-you should [read this](http://npmjs.org/doc/developers.html)
+you should [read this](https://npmjs.org/doc/developers.html)
## Legal Stuff
@@ -221,7 +221,7 @@ If this concerns you, inspect the source before using packages.
When you find issues, please report them:
* web:
- <http://github.com/isaacs/npm/issues>
+ <https://github.com/isaacs/npm/issues>
* email:
<npm-@googlegroups.com>