diff options
| author | XhmikosR <[email protected]> | 2019-02-08 10:50:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-08 22:51:45 +0200 |
| commit | bd328bf2175a996ddd58e9e5070c6c66fc6f29a2 (patch) | |
| tree | 690353f2c084c1f88eaec0646852aaa7e37db2e9 /site/docs/4.2/components | |
| parent | a920429089ed8493f66e2d397de36677a5cd8ee0 (diff) | |
| download | bootstrap-bd328bf2175a996ddd58e9e5070c6c66fc6f29a2.tar.xz bootstrap-bd328bf2175a996ddd58e9e5070c6c66fc6f29a2.zip | |
Use the `site.repo` variable.
Diffstat (limited to 'site/docs/4.2/components')
| -rw-r--r-- | site/docs/4.2/components/popovers.md | 2 | ||||
| -rw-r--r-- | site/docs/4.2/components/tooltips.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.2/components/popovers.md b/site/docs/4.2/components/popovers.md index 1d407a901..06335fe3e 100644 --- a/site/docs/4.2/components/popovers.md +++ b/site/docs/4.2/components/popovers.md @@ -202,7 +202,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://codepen.io/Johann-S/pen/djJYPb">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="{{ site.repo }}/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.2/components/tooltips.md b/site/docs/4.2/components/tooltips.md index 0a6be4758..9248447ba 100644 --- a/site/docs/4.2/components/tooltips.md +++ b/site/docs/4.2/components/tooltips.md @@ -200,7 +200,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 also apply tooltips to dynamically added DOM elements (<code>jQuery.on</code> support). 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> + <td>If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (<code>jQuery.on</code> support). See <a href="{{ site.repo }}/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td> </tr> <tr> <td>template</td> |
