From fac706047a3b36b3a849a31924b971b08553457b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E4=B8=8A=20=E7=9A=93=E7=99=BB?= Date: Sat, 4 Nov 2023 01:24:39 +0000 Subject: [PATCH] docs: the node.js's link fix. --- packages/angular/cli/bin/ng.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/bin/ng.js b/packages/angular/cli/bin/ng.js index 202b9b6a459c..7b2825c9f248 100755 --- a/packages/angular/cli/bin/ng.js +++ b/packages/angular/cli/bin/ng.js @@ -51,7 +51,7 @@ if (version[0] % 2 === 1) { process.version + ' detected.\n' + 'Odd numbered Node.js versions will not enter LTS status and should not be used for production.' + - ' For more information, please see https://nodejs.org/en/about/releases/.', + ' For more information, please see https://nodejs.org/en/about/previous-releases/.', ); require('./bootstrap');