some doc fixes

This commit is contained in:
tomjohnson1492
2016-11-09 23:07:32 -08:00
parent 7254df404c
commit bf224d771e
4 changed files with 6 additions and 3 deletions

View File

@ -264,7 +264,7 @@ $(document).ready(function(){
});
```
Again, see the <a class="noCrossRef" href="/tooltips">Tooltip Demo</a> for a demo of the full code.
Again, see the <a class="noCrossRef" href="tooltips.html">Tooltip Demo</a> for a demo of the full code.
Note that even though you reference a Bootstrap JS script, Bootstrap's popovers require you to initialize them using the above code as well &mdash; they aren't turned on by default.