]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix options link in Tooltip docs
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:16:16 +0000 (22:16 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 05:16:16 +0000 (22:16 -0700)
docs/components/tooltips.md

index 9b28a1eaa78fa87a761562f9121e859784b3003c..65bd2703b8dea733ea6f6b8a1d6dd23c1de68b3e 100644 (file)
@@ -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 %}