Skip to content

Commit 03c4296

Browse files
EatonZalexeagle
authored andcommitted
docs: fix broken links to angular.io (#11811)
docs: fix broken links to angular.io
1 parent 6eef637 commit 03c4296

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/schematics/angular/application/files/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
1212
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
1313
*
14-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
14+
* Learn more in https://angular.io/guide/browser-support
1515
*/
1616

1717
/***************************************************************************************************

tests/angular_devkit/build_angular/hello-world-app/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
1919
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
2020
*
21-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
21+
* Learn more in https://angular.io/guide/browser-support
2222
*/
2323

2424
/***************************************************************************************************

tests/angular_devkit/build_webpack/angular-app/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
1919
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
2020
*
21-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
21+
* Learn more in https://angular.io/guide/browser-support
2222
*/
2323

2424
/***************************************************************************************************

tests/legacy-cli/e2e/assets/1.0-project/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
1212
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
1313
*
14-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
14+
* Learn more in https://angular.io/guide/browser-support
1515
*/
1616

1717
/***************************************************************************************************

tests/legacy-cli/e2e/assets/1.7-project/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
1212
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
1313
*
14-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
14+
* Learn more in https://angular.io/guide/browser-support
1515
*/
1616

1717
/***************************************************************************************************

0 commit comments

Comments
 (0)