Skip to content

Commit

Permalink
docs: the node.js's link fix.
Browse files Browse the repository at this point in the history
(cherry picked from commit fac7060)
  • Loading branch information
hirotoKirimaru authored and alan-agius4 committed Nov 4, 2023
1 parent 5085c62 commit 64e263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/bin/ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 64e263e

Please # to comment.