diff options
| author | Christian Oliff <[email protected]> | 2017-12-08 15:07:55 +0900 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-12-08 10:15:57 +0100 |
| commit | a2a4e632c24b69e1fd2056c1b680af1342f01021 (patch) | |
| tree | cbe7e75afd7d98eeb21aca9cd96f48af1da8f246 /docs | |
| parent | 9d373d71129d656b200690ef97229f8b98bb8eae (diff) | |
| download | bootstrap-a2a4e632c24b69e1fd2056c1b680af1342f01021.tar.xz bootstrap-a2a4e632c24b69e1fd2056c1b680af1342f01021.zip | |
Update link to Font Awesome
They have a shiny new site for v5 - https://fontawesome.com/
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index b28f683d4..845f8e8b1 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -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) { ... }`)/ |
