aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-12-10 12:21:21 +0200
committerXhmikosR <[email protected]>2018-12-10 12:27:27 +0200
commit10d4e7f43d8ab223240625473b9b1c358203ddd1 (patch)
treecfb4a0cd3febf9bf57aeb3ed8594f5d43a846a3d
parent1f4d7903db37de5f7efad455c307583cedf53b27 (diff)
downloadbootstrap-10d4e7f43d8ab223240625473b9b1c358203ddd1.tar.xz
bootstrap-10d4e7f43d8ab223240625473b9b1c358203ddd1.zip
Update glyphicons URL.
-rw-r--r--site/docs/4.1/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/migration.md b/site/docs/4.1/migration.md
index 16c1362a0..54ca91856 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.