]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update link to Font Awesome
authorChristian Oliff <christianoliff@yahoo.com>
Fri, 8 Dec 2017 06:07:55 +0000 (15:07 +0900)
committerJohann-S <johann.servoire@gmail.com>
Fri, 8 Dec 2017 09:15:57 +0000 (10:15 +0100)
They have a shiny new site for v5 - https://fontawesome.com/

docs/4.0/migration.md

index b28f683d44fafce3427e43c39d251af1b6237093..845f8e8b1527520d16ec913555ab2fff9163cd18 100644 (file)
@@ -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) { ... }`)/