aboutsummaryrefslogtreecommitdiff
path: root/docs/components/scrollspy.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/scrollspy.md
parent232469549c9a9b6082b311f568556d99ea03af2f (diff)
downloadbootstrap-83283442125170dd55a875254245bd63255844b9.tar.xz
bootstrap-83283442125170dd55a875254245bd63255844b9.zip
Use `https` when possible.
[ci skip]
Diffstat (limited to 'docs/components/scrollspy.md')
-rw-r--r--docs/components/scrollspy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md
index c2625a04b..9d78e6a72 100644
--- a/docs/components/scrollspy.md
+++ b/docs/components/scrollspy.md
@@ -96,7 +96,7 @@ Navbar links must have resolvable id targets. For example, a `<a href="#home">ho
{% callout info %}
#### Non-`:visible` target elements ignored
-Target elements that are not [`:visible` according to jQuery](http://api.jquery.com/visible-selector/) will be ignored and their corresponding nav items will never be highlighted.
+Target elements that are not [`:visible` according to jQuery](https://api.jquery.com/visible-selector/) will be ignored and their corresponding nav items will never be highlighted.
{% endcallout %}
### Methods