Skip to content

Commit a0fc66f

Browse files
authored
docs(material/icon): angular#29838 update broken link in icon documentation (angular#29849)
- updated a broken link in the documentation for the icon component in `components/src/material/icon/icon.ts`.
1 parent 8168e3b commit a0fc66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/icon/icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
127127
* - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
128128
* font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
129129
* CSS class which causes the glyph to be displayed via a :before selector, as in
130-
* https://fortawesome.github.io/Font-Awesome/examples/
130+
* https://fontawesome-v4.github.io/examples/
131131
* Example:
132132
* `<mat-icon fontSet="fa" fontIcon="alarm"></mat-icon>`
133133
*/

0 commit comments

Comments
 (0)