aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 15:04:32 -0700
committerMark Otto <[email protected]>2016-10-09 15:04:32 -0700
commit7dee5560a10785100996fb6affe644163b2db44e (patch)
treefc2e60e698bdc2421d7d17d604044bb700da57e6 /docs/dist/js/bootstrap.js
parent1db3586dc0798485d5ca82a9b8de477e82ba351c (diff)
parent8d162553fa7fe499a72569d42debed18dfc5791b (diff)
downloadbootstrap-7dee5560a10785100996fb6affe644163b2db44e.tar.xz
bootstrap-7dee5560a10785100996fb6affe644163b2db44e.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 2f8da5998..978fa7f7d 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
+ * Bootstrap v4.0.0-alpha.4 (https://getbootstrap.com)
* Copyright 2011-2016 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@@ -2779,10 +2779,10 @@ var Tooltip = (function ($) {
/**
* 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/)');
}
/**