mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 07:19:58 +08:00
docs: don't reference next.angular.io
When we cut a release, this moves to angular.io. Use v8.angular.io in places where angular.io is currently a 404. Fixes https://github.com/angular/angular/issues/30407
This commit is contained in:
parent
b361a97abe
commit
ec731f0454
docs/documentation/stories
packages
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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": [],
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user