From 033e35ae2362a7a4e28b3b967eb30f11317eb817 Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Thu, 8 Jun 2023 19:22:28 +0200 Subject: [PATCH] Update URLs in frontend development page (#1793) --- docs/frontend/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontend/development.md b/docs/frontend/development.md index 0ae9e0cf..cf09bcce 100644 --- a/docs/frontend/development.md +++ b/docs/frontend/development.md @@ -52,13 +52,13 @@ The change to `.devcontainer/devcontainer.json` should be excluded from any PR a ### Installing Node.js -Node.js is required to build the frontend. The preferred method of installing node.js is with [nvm](https://github.com/creationix/nvm). Install nvm using the instructions in the [README](https://github.com/creationix/nvm#install-script), and install the correct node.js by running the following command: +Node.js is required to build the frontend. The preferred method of installing node.js is with [nvm](https://github.com/nvm-sh/nvm). Install nvm using the instructions in the [README](https://github.com/nvm-sh/nvm#install--update-script), and install the correct node.js by running the following command: ```shell nvm install ``` -[Yarn](https://yarnpkg.com/en/) is used as the package manager for node modules. [Install yarn using the instructions here.](https://yarnpkg.com/en/docs/install) +[Yarn](https://yarnpkg.com/en/) is used as the package manager for node modules. [Install yarn using the instructions here.](https://yarnpkg.com/getting-started/install) Next, development dependencies need to be installed to bootstrap the frontend development environment. First activate the right Node version and then download all the dependencies: