diff --git a/docs/documentation/stories/multiple-projects.md b/docs/documentation/stories/multiple-projects.md index 96f2dfba45..79743c8b57 100644 --- a/docs/documentation/stories/multiple-projects.md +++ b/docs/documentation/stories/multiple-projects.md @@ -1,4 +1,4 @@ -**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://next.angular.io/guide/build)**. +**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://angular.io/guide/build)**. # Multiple Projects diff --git a/docs/documentation/stories/third-party-lib.md b/docs/documentation/stories/third-party-lib.md index 44b0addb24..bba00af34a 100644 --- a/docs/documentation/stories/third-party-lib.md +++ b/docs/documentation/stories/third-party-lib.md @@ -1,4 +1,4 @@ -**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://next.angular.io/guide/build)**. +**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://angular.io/guide/build)**. # 3rd Party Library Installation diff --git a/packages/angular/cli/commands/analytics.json b/packages/angular/cli/commands/analytics.json index 9001ef511d..f2e1705916 100644 --- a/packages/angular/cli/commands/analytics.json +++ b/packages/angular/cli/commands/analytics.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/schema", "$id": "ng-cli://commands/analytics.json", - "description": "Configures the gathering of Angular CLI usage metrics. See https://next.angular.io/cli/usage-analytics-gathering.", + "description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.", "$longDescription": "", "$aliases": [], diff --git a/packages/ngtools/webpack/src/transformers/import_factory.ts b/packages/ngtools/webpack/src/transformers/import_factory.ts index c1a5b3b7a4..7637c72f00 100644 --- a/packages/ngtools/webpack/src/transformers/import_factory.ts +++ b/packages/ngtools/webpack/src/transformers/import_factory.ts @@ -66,7 +66,7 @@ loadChildren: () => import('IMPORT_STRING').then(M => M.EXPORT_NAME) Please note that only IMPORT_STRING, M, and EXPORT_NAME can be replaced in this format. -Visit https://next.angular.io/guide/ivy for more information on using Ivy. +Visit https://v8.angular.io/guide/ivy for more information on using Ivy. `; const emitWarning = () => warningCb(warning);