File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export function createI18nOptions(
74
74
75
75
const i18n : I18nOptions = {
76
76
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 )
78
78
sourceLocale : 'en-US' ,
79
79
locales : { } ,
80
80
get shouldInline ( ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class DeployCommandModule
15
15
extends ArchitectCommandModule
16
16
implements CommandModuleImplementation
17
17
{
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
19
19
override missingTargetChoices : MissingTargetChoice [ ] = [
20
20
{
21
21
name : 'Amazon S3' ,
You can’t perform that action at this time.
0 commit comments