Skip to content

Commit cd79569

Browse files
miguelcsxcrisbeto
authored andcommitted
docs(material/icon): #29838 update broken link in icon documentation (#29849)
- updated a broken link in the documentation for the icon component in `components/src/material/icon/icon.ts`. (cherry picked from commit a0fc66f)
1 parent 966bd68 commit cd79569

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
@@ -129,7 +129,7 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
129129
* - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
130130
* font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
131131
* CSS class which causes the glyph to be displayed via a :before selector, as in
132-
* https://fortawesome.github.io/Font-Awesome/examples/
132+
* https://fontawesome-v4.github.io/examples/
133133
* Example:
134134
* `<mat-icon fontSet="fa" fontIcon="alarm"></mat-icon>`
135135
*/

0 commit comments

Comments
 (0)