diff options
| author | Mitchell Grice <[email protected]> | 2018-07-31 10:44:53 +1000 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-08-02 11:38:21 +0200 |
| commit | c5bb4dc5d11dc592d2bc812638f640ef87f3d07d (patch) | |
| tree | ebe3f624843c880ac47f269714ebf82e9952f0f6 /site/docs/4.1 | |
| parent | b8cd49015a4c41b1237595dbbb22a25707700ecb (diff) | |
| download | bootstrap-c5bb4dc5d11dc592d2bc812638f640ef87f3d07d.tar.xz bootstrap-c5bb4dc5d11dc592d2bc812638f640ef87f3d07d.zip | |
Fix #26990 broken external example
Diffstat (limited to 'site/docs/4.1')
| -rw-r--r-- | site/docs/4.1/components/popovers.md | 2 | ||||
| -rw-r--r-- | site/docs/4.1/components/tooltips.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/components/popovers.md b/site/docs/4.1/components/popovers.md index 874509306..825ee3127 100644 --- a/site/docs/4.1/components/popovers.md +++ b/site/docs/4.1/components/popovers.md @@ -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> diff --git a/site/docs/4.1/components/tooltips.md b/site/docs/4.1/components/tooltips.md index 05e63f3cf..faca7fde7 100644 --- a/site/docs/4.1/components/tooltips.md +++ b/site/docs/4.1/components/tooltips.md @@ -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> |
