aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-23 17:18:15 -0700
committerChris Rebert <[email protected]>2014-09-23 17:18:15 -0700
commit93f4426fed83e53e60bc36a280687085eca1d4aa (patch)
tree7a18993223059f792e5353edb2d19e40e60ee1e0
parent5d051736a41b905ceca47b8121602db22c252576 (diff)
downloadbootstrap-93f4426fed83e53e60bc36a280687085eca1d4aa.tar.xz
bootstrap-93f4426fed83e53e60bc36a280687085eca1d4aa.zip
linkify reference to Nav component in Scrollspy docs
-rw-r--r--docs/_includes/js/scrollspy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html
index 68d3b853c..8fa37d87f 100644
--- a/docs/_includes/js/scrollspy.html
+++ b/docs/_includes/js/scrollspy.html
@@ -53,7 +53,7 @@
<div class="bs-callout bs-callout-warning">
<h4>Requires Bootstrap nav</h4>
- <p>Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.</p>
+ <p>Scrollspy currently requires the use of a <a href="../components/#nav">Bootstrap nav component</a> for proper highlighting of active links.</p>
</div>
<h3>Requires relative positioning</h3>