From 10d4e7f43d8ab223240625473b9b1c358203ddd1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 10 Dec 2018 12:21:21 +0200 Subject: [PATCH] Update glyphicons URL. --- site/docs/4.1/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/migration.md b/site/docs/4.1/migration.md index 16c1362a05..54ca918560 100644 --- a/site/docs/4.1/migration.md +++ b/site/docs/4.1/migration.md @@ -109,7 +109,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to - **Dropped panels, thumbnails, and wells** for a new all-encompassing component, [cards]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/). - **Dropped the Glyphicons icon font.** If you need icons, some options are: - - the upstream version of [Glyphicons](https://glyphicons.com/) + - the upstream version of [Glyphicons](https://www.glyphicons.com/) - [Octicons](https://octicons.github.com/) - [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.