aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorQuy Ton <[email protected]>2014-01-04 09:28:56 -0800
committerQuy Ton <[email protected]>2014-01-04 09:28:56 -0800
commita617c805f298b8feefd7703c12decd035ef7d1ec (patch)
treedb0f8233fb77d82ff0577a440af937d141368751 /docs/css.html
parent11f56bbb7b472f7fd17bd86909cf480ee860c751 (diff)
downloadbootstrap-a617c805f298b8feefd7703c12decd035ef7d1ec.tar.xz
bootstrap-a617c805f298b8feefd7703c12decd035ef7d1ec.zip
Fix anchor links
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 1c8b7c1fd..8eeb23d58 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2552,7 +2552,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3 id="helper-classes-screen-readers">Screen reader content</h3>
- <p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="../getting-started#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
+ <p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="../getting-started/#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
{% highlight html %}
<a class="sr-only" href="#content">Skip to main content</a>
{% endhighlight %}