From fea1ddd2e0113d393c462e6b61f1d785ac2c50bc Mon Sep 17 00:00:00 2001 From: arthurgousset <46296830+arthurgousset@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:07:08 -0300 Subject: [PATCH] nit(CONTRIBUTING): fixes incorrect hyperlink --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04d43d292..7f9cbc7a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ $ cd developer-tooling ### Installing Node.js We use [Node.js](https://nodejs.org/en/) to run the project locally. -You need to install the **Node.js version** specified in [.nvmrc](../.nvmrc). To do so, run: +You need to install the **Node.js version** specified in [.nvmrc](/.nvmrc). To do so, run: ```sh $ nvm install