From 710011722c25af574db6f8d9713ceb499c425c65 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Sat, 9 Mar 2024 19:36:03 +0100 Subject: [PATCH] docs: fix link to NPM release cycle page --- adev/src/content/tools/cli/setup-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/tools/cli/setup-local.md b/adev/src/content/tools/cli/setup-local.md index 240b66cf83ab2..830214276bbff 100644 --- a/adev/src/content/tools/cli/setup-local.md +++ b/adev/src/content/tools/cli/setup-local.md @@ -30,7 +30,7 @@ To install Angular CLI on your local system, you need to install [Node.js](https Angular CLI uses Node and its associated package manager, npm, to install and run JavaScript tools outside the browser. [Download and install Node.js](https://nodejs.org/en/download), which will include the `npm` CLI as well. -Angular requires an [active LTS or maintenance LTS](https://nodejs.org/about/releases) version of Node.js. +Angular requires an [active LTS or maintenance LTS](https://nodejs.org/en/about/previous-releases) version of Node.js. See [Angular's version compatibility](reference/versions) guide for more information. ## Install the Angular CLI