doc: remove reference to outdated repository (#129)

Our documentation on upgrading npm on windows points to a deprecated repo. Removing that link. Fixes: https://github.com/npm/documentation/issues/112

Myles Borins committed May 31, 2022 at 10:27 UTC 775da9466a5e035b9dfe947163b0f6c08bcfe1f5
1 file changed -3
content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx
-3
@@ -21,9 +21,6 @@ npm install -g npm@latest
21 ```
22
23 ## Upgrading on Windows
24 -_Microsoft wrote a small command line tool to automate the steps below. [You can go and download it here](https://github.com/felixrieseberg/npm-windows-upgrade) - or stick with the manual path outlined below._
25 -
26 -___
24
25 By default, npm is installed alongside node in
26