Skip to content

Commit

Permalink
docs: update i18n, deploy links aio->dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored and alan-agius4 committed May 27, 2024
1 parent d24b087 commit b578289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular/build/src/utils/i18n-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function createI18nOptions(

const i18n: I18nOptions = {
inlineLocales: new Set<string>(),
// 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() {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/src/commands/deploy/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b578289

Please sign in to comment.