Skip to content

Commit

Permalink
Fix URLs for nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 26, 2025
1 parent 9fbfe83 commit 4cfc23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/1_development_environment/node_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Installers for each major OS are available on the
[Node.js website](https://nodejs.org/en/download).

To install, switch and update Node.js versions
[`nvm`](https://github.com/creationix/nvm) can be used on Linux/Mac. It
[does not support Windows](https://github.com/creationix/nvm/issues/284) but
[`nvm`](https://github.com/nvm-sh/nvm) can be used on Linux/Mac. It
[does not support Windows](https://github.com/nvm-sh/nvm/issues/284) but
[`nvm-windows`](https://github.com/coreybutler/nvm-windows),
[`nvs`](https://github.com/jasongin/nvs) and
[`ps-nvm`](https://github.com/aaronpowell/ps-nvm) (for PowerShell) are
Expand Down
2 changes: 1 addition & 1 deletion docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Test each OS with
[virtual machines](https://en.wikipedia.org/wiki/Virtual_machine) and
[continuous integration](https://en.wikipedia.org/wiki/Continuous_integration).
- Instead of [`nvm`](https://github.com/creationix/nvm), use
- Instead of [`nvm`](https://github.com/nvm-sh/nvm), use
[`nvm-windows`](https://github.com/coreybutler/nvm-windows) and
[`npm-windows-upgrade`](https://github.com/felixrieseberg/npm-windows-upgrade)
on Windows.
Expand Down

0 comments on commit 4cfc23a

Please sign in to comment.