From de5fe28dd8107dcb24811273c829c34fc99c04c5 Mon Sep 17 00:00:00 2001 From: Tobias Messner Date: Mon, 7 Oct 2024 11:48:15 +0200 Subject: [PATCH] docs: Update links from angular.io to angular.dev Closes #1862 --- docs/docs/development/frontend/testing.md | 2 +- docs/docs/development/index.md | 2 +- frontend/.browserslistrc | 2 +- frontend/src/polyfills.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/development/frontend/testing.md b/docs/docs/development/frontend/testing.md index cb17c83d9..b77093919 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 f107f1be4..8158d4258 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 cfd6ee75d..aa19b1207 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 12b7ad9a0..fabab4b0c 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 */ /***************************************************************************************************