Skip to content

Commit fcdb75c

Browse files
davidlj95alan-agius4
authored andcommitted
docs: update i18n, deploy links aio->dev
(cherry picked from commit b578289)
1 parent 422f032 commit fcdb75c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/build/src/utils/i18n-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function createI18nOptions(
7474

7575
const i18n: I18nOptions = {
7676
inlineLocales: new Set<string>(),
77-
// en-US is the default locale added to Angular applications (https://angular.io/guide/i18n#i18n-pipes)
77+
// en-US is the default locale added to Angular applications (https://angular.dev/guide/i18n/format-data-locale)
7878
sourceLocale: 'en-US',
7979
locales: {},
8080
get shouldInline() {

packages/angular/cli/src/commands/deploy/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class DeployCommandModule
1515
extends ArchitectCommandModule
1616
implements CommandModuleImplementation
1717
{
18-
// The below choices should be kept in sync with the list in https://angular.io/guide/deployment
18+
// The below choices should be kept in sync with the list in https://angular.dev/tools/cli/deployment
1919
override missingTargetChoices: MissingTargetChoice[] = [
2020
{
2121
name: 'Amazon S3',

0 commit comments

Comments
 (0)