Skip to content

Commit

Permalink
docs: update blog, analytics, hydration links aio->adev
Browse files Browse the repository at this point in the history
(cherry picked from commit 767652b)
  • Loading branch information
davidlj95 authored and alan-agius4 committed May 27, 2024
1 parent e506a75 commit de8d703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/angular/cli/src/analytics/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function promptAnalytics(
`
Would you like to share pseudonymous usage data about this project with the Angular Team
at Google under Google's Privacy Policy at https://policies.google.com/privacy. For more
details and how to change this setting, see https://angular.io/analytics.
details and how to change this setting, see https://angular.dev/cli/analytics.
`,
false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function execute(
context: BuilderContext,
): Promise<BuilderOutput> {
context.logger.warn(
'Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.io/protractor-deprecation-update-august-2023-2beac7402ce0.',
'Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.dev/protractor-deprecation-update-august-2023-2beac7402ce0.',
);

// ensure that only one of these options is used
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async function checkTsConfigForPreserveWhitespacesSetting(
`"preserveWhitespaces" was set in "${tsConfigPath}". ` +
'Make sure that this setting is set consistently in both "tsconfig.server.json" for your server side ' +
'and "tsconfig.app.json" for your client side. A mismatched value will cause hydration to break.\n' +
'For more information see: https://angular.io/guide/hydration#preserve-whitespaces',
'For more information see: https://angular.dev/guide/hydration#preserve-whitespaces-configuration',
);
}
}
Expand Down

0 comments on commit de8d703

Please sign in to comment.