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(
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 ( ) {
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments