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');