From: Chris Rebert Date: Fri, 21 Aug 2015 05:16:16 +0000 (-0700) Subject: Fix options link in Tooltip docs X-Git-Tag: v4.0.0-alpha.2~469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5404ed594610a5bfd51d4f4ed1de2fe02b7650f5;p=thirdparty%2Fbootstrap.git Fix options link in Tooltip docs --- diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 9b28a1eaa7..65bd2703b8 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 %}