aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-04 02:55:59 +1000
committerMark Otto <[email protected]>2016-10-03 09:55:59 -0700
commit2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch)
tree57ac7cd1aeef5d78895f7a631155ce746fc0c43b /js/src
parentdb533c2e8d950647ff5e884083bf2d72063ed4b0 (diff)
downloadbootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.tar.xz
bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.zip
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'js/src')
-rw-r--r--js/src/tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 08daae2f2..d012b2907 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -14,10 +14,10 @@ const Tooltip = (($) => {
/**
* Check for Tether dependency
- * Tether - http://github.hubspot.com/tether/
+ * Tether - http://tether.io/
*/
if (window.Tether === undefined) {
- throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)')
+ throw new Error('Bootstrap tooltips require Tether (http://tether.io/)')
}