diff --git a/docs/docs/development/frontend/testing.md b/docs/docs/development/frontend/testing.md index cb17c83d98..b77093919b 100644 --- a/docs/docs/development/frontend/testing.md +++ b/docs/docs/development/frontend/testing.md @@ -101,5 +101,5 @@ performed. [karma]: https://karma-runner.github.io [istanbul]: https://istanbul.js.org/ [playwright]: https://playwright.dev -[official angular testing guide]: https://angular.io/guide/testing +[official angular testing guide]: https://angular.dev/guide/testing [detailed angular testing guide]: https://testing-angular.com/ diff --git a/docs/docs/development/index.md b/docs/docs/development/index.md index f107f1be49..8158d4258b 100644 --- a/docs/docs/development/index.md +++ b/docs/docs/development/index.md @@ -40,7 +40,7 @@ The k3d cluster is required for the development environment. - [`GNU Make`](https://www.gnu.org/software/make/) - [`Node.js`](https://nodejs.org/en) >= v20.8.0 - [`npm`](https://www.npmjs.com/) package manager -- [`Angular CLI`](https://angular.io/cli#installing-angular-cli) +- [`Angular CLI`](https://angular.dev/tools/cli/setup-local#install-the-angular-cli) ### Backend Configuration diff --git a/frontend/.browserslistrc b/frontend/.browserslistrc index cfd6ee75da..aa19b1207b 100644 --- a/frontend/.browserslistrc +++ b/frontend/.browserslistrc @@ -6,7 +6,7 @@ # https://github.com/browserslist/browserslist#queries # For the full list of supported browsers by the Angular framework, please see: -# https://angular.io/guide/browser-support +# https://angular.dev/reference/versions#browser-support # You can see what browsers were selected by your queries by running: # npx browserslist diff --git a/frontend/src/polyfills.ts b/frontend/src/polyfills.ts index 12b7ad9a06..fabab4b0ce 100644 --- a/frontend/src/polyfills.ts +++ b/frontend/src/polyfills.ts @@ -16,7 +16,7 @@ * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. * - * Learn more in https://angular.io/guide/browser-support + * Learn more in https://angular.dev/reference/versions#browser-support */ /***************************************************************************************************