diff options
| author | Chris Rebert <[email protected]> | 2016-01-23 22:09:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-23 22:09:32 -0800 |
| commit | 3a20ae2b5ef7355aca5814c999fd78b56aea7ebb (patch) | |
| tree | f59ec34b421f7cd81ebb9bfe1ed9ff05cc4fa027 /docs | |
| parent | e672c15b6d7d1ee328ba268345624065682bff1f (diff) | |
| parent | 497d28843e9e714089759ed192dd95d146930f04 (diff) | |
| download | bootstrap-3a20ae2b5ef7355aca5814c999fd78b56aea7ebb.tar.xz bootstrap-3a20ae2b5ef7355aca5814c999fd78b56aea7ebb.zip | |
Merge pull request #19016 from TwistedHardware/v4-dev
Popover docs: Fix section link to Tether.js docs
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/popovers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 9621bb7d8..727189083 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -268,7 +268,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>offsets</td> <td>string</td> <td>'0 0'</td> - <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td> + <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#offset">offset docs</a>.</td> </tr> </tbody> </table> |
