From 76d6b9870c619d9393ba5c2e3e35fdda171e9773 Mon Sep 17 00:00:00 2001 From: Helber Belmiro Date: Wed, 29 May 2024 17:50:34 -0300 Subject: [PATCH] Fixed broken link (#803) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2487d17..c7dbff9 100644 --- a/README.md +++ b/README.md @@ -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