From fcdb75c1c8b8792a9c8f844b52129b6f10d638c1 Mon Sep 17 00:00:00 2001 From: David LJ Date: Fri, 24 May 2024 18:27:58 +0200 Subject: [PATCH] docs: update i18n, deploy links aio->dev (cherry picked from commit b5782891c81fbf8164825f43a54d30538e21dd9f) --- packages/angular/build/src/utils/i18n-options.ts | 2 +- packages/angular/cli/src/commands/deploy/cli.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular/build/src/utils/i18n-options.ts b/packages/angular/build/src/utils/i18n-options.ts index 96ee082e785a..8ed2c76ab173 100644 --- a/packages/angular/build/src/utils/i18n-options.ts +++ b/packages/angular/build/src/utils/i18n-options.ts @@ -74,7 +74,7 @@ export function createI18nOptions( const i18n: I18nOptions = { inlineLocales: new Set(), - // en-US is the default locale added to Angular applications (https://angular.io/guide/i18n#i18n-pipes) + // en-US is the default locale added to Angular applications (https://angular.dev/guide/i18n/format-data-locale) sourceLocale: 'en-US', locales: {}, get shouldInline() { diff --git a/packages/angular/cli/src/commands/deploy/cli.ts b/packages/angular/cli/src/commands/deploy/cli.ts index 6ccb4d0244ea..92056cce8ee4 100644 --- a/packages/angular/cli/src/commands/deploy/cli.ts +++ b/packages/angular/cli/src/commands/deploy/cli.ts @@ -15,7 +15,7 @@ export default class DeployCommandModule extends ArchitectCommandModule implements CommandModuleImplementation { - // The below choices should be kept in sync with the list in https://angular.io/guide/deployment + // The below choices should be kept in sync with the list in https://angular.dev/tools/cli/deployment override missingTargetChoices: MissingTargetChoice[] = [ { name: 'Amazon S3',