From b1b0233cb2f846f3323774baaa29b1ff17d705f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 6 May 2024 14:30:21 +0200 Subject: [PATCH] doc: update BUILDING.md previous versions links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52852 Reviewed-By: Richard Lau Reviewed-By: Ulises Gascón Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow Reviewed-By: Marco Ippolito Reviewed-By: Benjamin Gruenbaum --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 3a0c2698425905..7148fe8e6ac7ee 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -222,9 +222,9 @@ Supported platforms and toolchains change with each major version of Node.js. This document is only valid for the current major version of Node.js. Consult previous versions of this document for older versions of Node.js: -* [Node.js 19](https://github.com/nodejs/node/blob/v19.x/BUILDING.md) +* [Node.js 21](https://github.com/nodejs/node/blob/v21.x/BUILDING.md) +* [Node.js 20](https://github.com/nodejs/node/blob/v20.x/BUILDING.md) * [Node.js 18](https://github.com/nodejs/node/blob/v18.x/BUILDING.md) -* [Node.js 16](https://github.com/nodejs/node/blob/v16.x/BUILDING.md) ## Building Node.js on supported platforms