mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Fix outdated link for Font Awesome icon set
Summary: The current link has a redirect for a while now, from http://fortawesome.github.io/Font-Awesome/ to https://fontawesome.com However, since the release of Version 5, the docs no longer match the icons that are valid for use in Phabricator, which uses Version 4. Update the reference to link to the same logical content as before. Test Plan: The content now lives at <https://fontawesome.com/v4.7.0/icons/>. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D19241
This commit is contained in:
parent
4aafce6862
commit
3bf8d5682e
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ This renders: {icon camera color=blue}
|
|||
|
||||
For a list of available icons and colors, check the UIExamples application.
|
||||
(The icons are sourced from
|
||||
[[ http://fortawesome.github.io/Font-Awesome/ | FontAwesome ]], so you can also
|
||||
[[ https://fontawesome.com/v4.7.0/icons/ | FontAwesome ]], so you can also
|
||||
browse the collection there.)
|
||||
|
||||
You can add `spin` to make the icon spin:
|
||||
|
|
Loading…
Reference in a new issue