From 63909069c417ea5846119a0f69f5d6e3a4b3dd8f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 2 Aug 2018 12:34:28 +0300 Subject: [PATCH] docs/4.1/components/forms.md: fix useiconic link. --- site/docs/4.1/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index f0db3f7195..9d095cae40 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -1111,7 +1111,7 @@ We use the sibling selector (`~`) for all our `` states—like `:checked` We hide the default `` with `opacity` and use the `.custom-control-label` to build a new custom form indicator in its place with `::before` and `::after`. Unfortunately we can't build a custom one from just the `` because CSS's `content` doesn't work on that element. -In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](https://useiconic.com/open). This provides us the best control for styling and positioning across browsers and devices. +In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](https://github.com/iconic/open-iconic). This provides us the best control for styling and positioning across browsers and devices. #### Checkboxes