Skip to content

Commit

Permalink
Merge pull request #1878 from DSD-DBS/angular-docs-url
Browse files Browse the repository at this point in the history
docs: Update links from angular.io to angular.dev
  • Loading branch information
MoritzWeber0 authored Oct 7, 2024
2 parents d94b308 + de5fe28 commit 352a1cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/development/frontend/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion docs/docs/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion frontend/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/***************************************************************************************************
Expand Down

0 comments on commit 352a1cb

Please sign in to comment.