Skip to content

Commit

Permalink
Update link to Font Awesome
Browse files Browse the repository at this point in the history
They have a shiny new site for v5 - https://fontawesome.com/
  • Loading branch information
coliff authored and Johann-S committed Dec 8, 2017
1 parent 9d373d7 commit a2a4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
- **Dropped the Glyphicons icon font.** If you need icons, some options are:
- the upstream version of [Glyphicons](https://glyphicons.com/)
- [Octicons](https://octicons.github.com/)
- [Font Awesome](http://fontawesome.io/)
- [Font Awesome](https://fontawesome.com/)
- See the [Extend page]({{ site.baseurl }}/docs/{{ site.docs_version }}/extend/icons/) for a list of alternatives. Have additional suggestions? Please open an issue or PR.
- **Dropped the Affix jQuery plugin.**
- We recommend using `position: sticky` instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. One suggestion is to use an `@supports` rule for implementing it (e.g., `@supports (position: sticky) { ... }`)/
Expand Down

0 comments on commit a2a4e63

Please sign in to comment.