aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-20 22:16:16 -0700
committerChris Rebert <[email protected]>2015-08-20 22:16:16 -0700
commit5404ed594610a5bfd51d4f4ed1de2fe02b7650f5 (patch)
tree9211955af0c0a272bb1191c2855170a626da7db9 /docs/components
parentd3d04e8fe60ef566dc4cd7f946078cfb303b1b22 (diff)
downloadbootstrap-5404ed594610a5bfd51d4f4ed1de2fe02b7650f5.tar.xz
bootstrap-5404ed594610a5bfd51d4f4ed1de2fe02b7650f5.zip
Fix options link in Tooltip docs
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 9b28a1eaa..65bd2703b 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -264,7 +264,7 @@ Toggles an element's tooltip. **Returns to the caller before the tooltip has act
#### .tooltip('destroy')
-Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using [the `selector` option](#tooltips-options)) cannot be individually destroyed on descendant trigger elements.
+Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
{% highlight js %}$('#element').tooltip('destroy'){% endhighlight %}