aboutsummaryrefslogtreecommitdiff
path: root/docs/4.1/components/tooltips/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4.1/components/tooltips/index.html')
-rw-r--r--docs/4.1/components/tooltips/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/tooltips/index.html b/docs/4.1/components/tooltips/index.html
index a31ff9258..ddb211267 100644
--- a/docs/4.1/components/tooltips/index.html
+++ b/docs/4.1/components/tooltips/index.html
@@ -426,7 +426,7 @@
<p>Things to know when using the tooltip plugin:</p>
<ul>
- <li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
+ <li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
<li>If you’re building our JavaScript from source, it <a href="/docs/4.1/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</li>
<li>Tooltips are opt-in for performance reasons, so <strong>you must initialize them yourself</strong>.</li>
<li>Tooltips with zero-length titles are never displayed.</li>