Skip to content

Commit ec731f0

Browse files
alexeaglemgechev
authored andcommitted
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 angular/angular#30407
1 parent b361a97 commit ec731f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/documentation/stories/multiple-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**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)**.
1+
**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://angular.io/guide/build)**.
22

33
# Multiple Projects
44

docs/documentation/stories/third-party-lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**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)**.
1+
**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://angular.io/guide/build)**.
22

33
# 3rd Party Library Installation
44

packages/angular/cli/commands/analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/schema",
33
"$id": "ng-cli://commands/analytics.json",
4-
"description": "Configures the gathering of Angular CLI usage metrics. See https://next.angular.io/cli/usage-analytics-gathering.",
4+
"description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
55
"$longDescription": "",
66

77
"$aliases": [],

packages/ngtools/webpack/src/transformers/import_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ loadChildren: () => import('IMPORT_STRING').then(M => M.EXPORT_NAME)
6666
6767
Please note that only IMPORT_STRING, M, and EXPORT_NAME can be replaced in this format.
6868
69-
Visit https://next.angular.io/guide/ivy for more information on using Ivy.
69+
Visit https://v8.angular.io/guide/ivy for more information on using Ivy.
7070
`;
7171

7272
const emitWarning = () => warningCb(warning);

0 commit comments

Comments
 (0)