Skip to content

Commit d24b087

Browse files
davidlj95alan-agius4
authored andcommitted
docs: update browser support links aio->adev
1 parent 2c2c113 commit d24b087

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/testing/builder/projects/hello-world-app/src/polyfills.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
2020
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
2121
*
22-
* Learn more in https://angular.io/guide/browser-support
22+
* Learn more in https://angular.dev/reference/versions#browser-support
2323
*/
2424

2525
/***************************************************************************************************

packages/angular_devkit/build_angular/src/tools/babel/presets/application.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default function (api: unknown, options: ApplicationPresetOptions) {
194194
const browserslist = require('browserslist');
195195
safariClassFieldScopeBugBrowsers = new Set(
196196
browserslist([
197-
// Safari <15 is technically not supported via https://angular.io/guide/browser-support,
197+
// Safari <15 is technically not supported via https://angular.dev/reference/versions#browser-support
198198
// but we apply the workaround if forcibly selected.
199199
'Safari <=15',
200200
'iOS <=15',

packages/angular_devkit/build_webpack/test/angular-app/src/polyfills.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
2020
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
2121
*
22-
* Learn more in https://angular.io/guide/browser-support
22+
* Learn more in https://angular.dev/reference/versions#browser-support
2323
*/
2424

2525
/***************************************************************************************************

packages/schematics/angular/config/files/.browserslistrc.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/browserslist/browserslist#queries
44

55
# For the full list of supported browsers by the Angular framework, please see:
6-
# https://angular.io/guide/browser-support
6+
# https://angular.dev/reference/versions#browser-support
77

88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist

0 commit comments

Comments
 (0)