Skip to content

Commit 767652b

Browse files
davidlj95alan-agius4
authored andcommitted
docs: update blog, analytics, hydration links aio->adev
1 parent 89fbd0f commit 767652b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/angular/cli/src/analytics/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export async function promptAnalytics(
7979
`
8080
Would you like to share pseudonymous usage data about this project with the Angular Team
8181
at Google under Google's Privacy Policy at https://policies.google.com/privacy. For more
82-
details and how to change this setting, see https://angular.io/analytics.
82+
details and how to change this setting, see https://angular.dev/cli/analytics.
8383
8484
`,
8585
false,

packages/angular_devkit/build_angular/src/builders/protractor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function execute(
9292
context: BuilderContext,
9393
): Promise<BuilderOutput> {
9494
context.logger.warn(
95-
'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.',
95+
'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.',
9696
);
9797

9898
// ensure that only one of these options is used

packages/angular_devkit/build_angular/src/builders/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async function checkTsConfigForPreserveWhitespacesSetting(
246246
`"preserveWhitespaces" was set in "${tsConfigPath}". ` +
247247
'Make sure that this setting is set consistently in both "tsconfig.server.json" for your server side ' +
248248
'and "tsconfig.app.json" for your client side. A mismatched value will cause hydration to break.\n' +
249-
'For more information see: https://angular.io/guide/hydration#preserve-whitespaces',
249+
'For more information see: https://angular.dev/guide/hydration#preserve-whitespaces-configuration',
250250
);
251251
}
252252
}

0 commit comments

Comments
 (0)