aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-26 22:11:44 +0300
committerXhmikosR <[email protected]>2015-08-29 18:50:20 +0300
commit83283442125170dd55a875254245bd63255844b9 (patch)
tree0e91739558299ef59f75e3eba084a5030d7369d5 /docs/components/forms.md
parent232469549c9a9b6082b311f568556d99ea03af2f (diff)
downloadbootstrap-83283442125170dd55a875254245bd63255844b9.tar.xz
bootstrap-83283442125170dd55a875254245bd63255844b9.zip
Use `https` when possible.
[ci skip]
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index f45f207ca..2bf223b4d 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -603,7 +603,7 @@ We hide the default `<input>` with `opacity` and use the `.c-indicator` to build
With the sibling selector (`~`), we use the `:checked` state to trigger a makeshift checked state on the custom control.
-In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](http://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://useiconic.com/open). This provides us the best control for styling and positioning across browsers and devices.
#### Checkboxes