diff --git a/README.md b/README.md index 091070749a..4977ca495e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Angular is cross-platform, fast, scalable, has incredible tooling, and is loved ## Upgrading -Check out our [upgrade guide](https://update.angular.io/) to find out the best way to upgrade your project. +Check out our [upgrade guide](https://update.angular.dev/) to find out the best way to upgrade your project. ## Contributing diff --git a/packages/angular/build/src/utils/version.ts b/packages/angular/build/src/utils/version.ts index 89dc07e345..2d84262b01 100644 --- a/packages/angular/build/src/utils/version.ts +++ b/packages/angular/build/src/utils/version.ts @@ -73,7 +73,7 @@ export function assertCompatibleAngularVersion(projectRoot: string): void | neve console.error( `This version of CLI is only compatible with Angular versions ${supportedAngularSemver},\n` + `but Angular version ${angularVersion} was found instead.\n` + - 'Please visit the link below to find instructions on how to update Angular.\nhttps://update.angular.io/', + 'Please visit the link below to find instructions on how to update Angular.\nhttps://update.angular.dev/', ); process.exit(3); diff --git a/packages/angular/cli/src/commands/update/cli.ts b/packages/angular/cli/src/commands/update/cli.ts index 786c079a9e..846f7f3875 100644 --- a/packages/angular/cli/src/commands/update/cli.ts +++ b/packages/angular/cli/src/commands/update/cli.ts @@ -81,7 +81,7 @@ export default class UpdateCommandModule extends CommandModule { @@ -716,7 +716,7 @@ export default class UpdateCommandModule extends CommandModule