Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/documentation/stories/multiple-projects.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/stories/third-party-lib.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/analytics.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down