]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #26990 broken external example
authorMitchell Grice <mitchell.grice@polymathian.com>
Tue, 31 Jul 2018 00:44:53 +0000 (10:44 +1000)
committerJohann-S <johann.servoire@gmail.com>
Thu, 2 Aug 2018 09:38:21 +0000 (11:38 +0200)
site/docs/4.1/components/popovers.md
site/docs/4.1/components/tooltips.md

index 87450930679f3f99d2069fb3b67013f3c9e5bae7..825ee3127fd322a601110e5d4d27c152a47abe13 100644 (file)
@@ -199,7 +199,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
       <td>selector</td>
       <td>string | false</td>
       <td>false</td>
-      <td>If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://jsbin.com/zopod/1/edit">an informative example</a>.</td>
+      <td>If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
     </tr>
     <tr>
       <td>template</td>
index 05e63f3cfa3986c4de5181877916c6c9160e0ce5..faca7fde76cf01c99755f1699b0d273cc6cc6183 100644 (file)
@@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
       <td>selector</td>
       <td>string | false</td>
       <td>false</td>
-      <td>If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://jsbin.com/zopod/1/edit">an informative example</a>.</td>
+      <td>If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
     </tr>
     <tr>
       <td>template</td>