forked from npm/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update npmjs.org to npmjs.com in docs
- Loading branch information
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,11 @@ paths, etc.) then read on. | |
## Fancy Install (Unix) | ||
|
||
There's a pretty robust install script at | ||
<https://www.npmjs.org/install.sh>. You can download that and run it. | ||
<https://www.npmjs.com/install.sh>. You can download that and run it. | ||
|
||
Here's an example using curl: | ||
|
||
curl -L https://npmjs.org/install.sh | sh | ||
curl -L https://npmjs.com/install.sh | sh | ||
|
||
### Slightly Fancier | ||
|
||
|
@@ -64,7 +64,7 @@ for testing, or running stuff without actually installing npm itself.) | |
|
||
## Windows Install or Upgrade | ||
|
||
You can download a zip file from <https://npmjs.org/dist/>, and unpack it | ||
You can download a zip file from <https://www.npmjs.com/package/dist/>, and unpack it | ||
in the same folder where node.exe lives. | ||
|
||
The latest version in a zip file is 1.4.12. To upgrade to npm 2, follow the | ||
|
@@ -178,13 +178,13 @@ help config` to learn about all the options you can set there. | |
|
||
## More Docs | ||
|
||
Check out the [docs](https://www.npmjs.org/doc/), | ||
especially the [faq](https://www.npmjs.org/doc/faq.html). | ||
Check out the [docs](https://docs.npmjs.com/), | ||
especially the [faq](https://docs.npmjs.com/misc/faq). | ||
|
||
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](https://www.npmjs.org/doc/developers.html) | ||
you should [read this](https://docs.npmjs.com/misc/developers) | ||
|
||
## Legal Stuff | ||
|
||
|
@@ -204,7 +204,7 @@ specific purpose, or lack of malice in any given npm package. | |
|
||
If you have a complaint about a package in the public npm registry, | ||
and cannot [resolve it with the package | ||
owner](https://www.npmjs.org/doc/misc/npm-disputes.html), please email | ||
owner](https://docs.npmjs.com/misc/disputes), please email | ||
<[email protected]> and explain the situation. | ||
|
||
Any data published to The npm Registry (including user account | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"config": { | ||
"publishtest": false | ||
}, | ||
"homepage": "https://npmjs.org/doc/", | ||
"homepage": "https://docs.npmjs.com/", | ||
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)", | ||
"repository": { | ||
"type": "git", | ||
|