Skip to content

Commit 4cfc23a

Browse files
committed
Fix URLs for nvm
1 parent 9fbfe83 commit 4cfc23a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/1_development_environment/node_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Installers for each major OS are available on the
44
[Node.js website](https://nodejs.org/en/download).
55

66
To install, switch and update Node.js versions
7-
[`nvm`](https://github.com/creationix/nvm) can be used on Linux/Mac. It
8-
[does not support Windows](https://github.com/creationix/nvm/issues/284) but
7+
[`nvm`](https://github.com/nvm-sh/nvm) can be used on Linux/Mac. It
8+
[does not support Windows](https://github.com/nvm-sh/nvm/issues/284) but
99
[`nvm-windows`](https://github.com/coreybutler/nvm-windows),
1010
[`nvs`](https://github.com/jasongin/nvs) and
1111
[`ps-nvm`](https://github.com/aaronpowell/ps-nvm) (for PowerShell) are

docs/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Test each OS with
99
[virtual machines](https://en.wikipedia.org/wiki/Virtual_machine) and
1010
[continuous integration](https://en.wikipedia.org/wiki/Continuous_integration).
11-
- Instead of [`nvm`](https://github.com/creationix/nvm), use
11+
- Instead of [`nvm`](https://github.com/nvm-sh/nvm), use
1212
[`nvm-windows`](https://github.com/coreybutler/nvm-windows) and
1313
[`npm-windows-upgrade`](https://github.com/felixrieseberg/npm-windows-upgrade)
1414
on Windows.

0 commit comments

Comments
 (0)