aboutsummaryrefslogtreecommitdiff
path: root/js/src/tooltip.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2024-03-04 20:58:00 +0200
committerXhmikosR <[email protected]>2024-03-06 09:52:50 +0200
commit953b4b6c1b67e120235fc19f565444a0f7a97a76 (patch)
tree8a4fa02d830c58af89a6aa59764efe3b78dfc785 /js/src/tooltip.js
parent5cb92cd6c07087673d308cd5a3094092bcda1f84 (diff)
downloadbootstrap-953b4b6c1b67e120235fc19f565444a0f7a97a76.tar.xz
bootstrap-953b4b6c1b67e120235fc19f565444a0f7a97a76.zip
Fix various redirects
Diffstat (limited to 'js/src/tooltip.js')
-rw-r--r--js/src/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index bcdc18f5d..6a6cfeff2 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -105,7 +105,7 @@ const DefaultType = {
class Tooltip extends BaseComponent {
constructor(element, config) {
if (typeof Popper === 'undefined') {
- throw new TypeError('Bootstrap\'s tooltips require Popper (https://popper.js.org)')
+ throw new TypeError('Bootstrap\'s tooltips require Popper (https://popper.js.org/docs/v2/)')
}
super(element, config)