0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Fixed broken link (#803)

This commit is contained in:
Helber Belmiro 2024-05-29 17:50:34 -03:00 committed by GitHub
parent a07ed85c6a
commit 76d6b9870c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ As a result, both `n` itself and all Node.js versions it manages are hosted insi
### Replacing a previous node install
Changing from a previous Node.js installed to a different location may involve a few extra steps. See docs for [changing node location]((./docs/changing-node-location.md)) for a walk-through example of switching from using Homebrew to using `n` to manage Node.js.
Changing from a previous Node.js installed to a different location may involve a few extra steps. See docs for [changing node location](./docs/changing-node-location.md) for a walk-through example of switching from using Homebrew to using `n` to manage Node.js.
You have a problem with multiple versions if after installing node you see the "installed" and "active" locations are different:
```console