From a5bfe150f0d972a604d01f5243087db412776da3 Mon Sep 17 00:00:00 2001 From: Deveesh Shetty <89470104+dev-shetty@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:39:14 +0530 Subject: [PATCH] fix: broken nodejs releases link (#1967) --- docusaurus/docs/snippets/installation-prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/snippets/installation-prerequisites.md b/docusaurus/docs/snippets/installation-prerequisites.md index e350b338da..04f9211bbf 100644 --- a/docusaurus/docs/snippets/installation-prerequisites.md +++ b/docusaurus/docs/snippets/installation-prerequisites.md @@ -1,6 +1,6 @@ Before installing Strapi, the following requirements must be installed on your computer: -- [Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.dev/en/about/releases/) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21). +- [Node.js](https://nodejs.org): Only [Active LTS or Maintenance LTS versions](https://nodejs.org/en/about/previous-releases) are supported (currently `v18` and `v20`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21). - Your preferred Node.js package manager: - [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (`v6` and above) - [yarn](https://yarnpkg.com/getting-started/install)