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:
authorDaijirō Wachi <daijiro.wachi@gmail.com>2017-03-10 04:42:30 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-03-10 04:42:30 +0300
commitfba51c582d1d08dd4aa6eb27f9044dddba91bb18 (patch)
tree2d26b6cc3da5b68f6f526bbe4e69c97c9ab2c0e0 /README.md
parentbc3f24bf95abe45a185848561c7c1edc90f60c5e (diff)
docs: update troubleshooting and contribution guide links (#15960)
PR-URL: https://github.com/npm/npm/pull/15960 Credit: @watilde Reviewed-By: @zkat
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11fa198ec..1ba66e46a 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ experience if you run a recent version of npm. To upgrade, either use [Microsoft
upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade),
[download a new version of Node](https://nodejs.org/en/download/),
or follow the Windows upgrade instructions in the
-[npm Troubleshooting Guide](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).
+[npm Troubleshooting Guide](./TROUBLESHOOTING.md).
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly.