From b9dfda9b46332f10dca3db242908850e1ad6d513 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 26 Jan 2021 16:44:33 +0000 Subject: [PATCH] doc: update BUILDING.md previous versions links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove links to End-of-Life versions of the BUILDING.md document. Add a link to the version for Node.js 14.x. PR-URL: https://github.com/nodejs/node/pull/37082 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs Reviewed-By: Juan José Arboleda Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- BUILDING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 6d9b26377de83f..44f56a5ba23854 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -218,10 +218,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 13](https://github.com/nodejs/node/blob/v13.x/BUILDING.md) +* [Node.js 14](https://github.com/nodejs/node/blob/v14.x/BUILDING.md) * [Node.js 12](https://github.com/nodejs/node/blob/v12.x/BUILDING.md) * [Node.js 10](https://github.com/nodejs/node/blob/v10.x/BUILDING.md) -* [Node.js 8](https://github.com/nodejs/node/blob/v8.x/BUILDING.md) ## Building Node.js on supported platforms