diff options
| author | Mark Otto <[email protected]> | 2014-01-04 19:31:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-04 19:31:52 -0800 |
| commit | 72d4fafd6636b8b59c8c0983a2c27908a25d1a70 (patch) | |
| tree | 7918fb1886c32e6dcee56f7800f745d2c3b21e57 /docs/components.html | |
| parent | 7ca113b487fd6f91a02ca0cae78a6a78b73ac954 (diff) | |
| parent | a617c805f298b8feefd7703c12decd035ef7d1ec (diff) | |
| download | bootstrap-72d4fafd6636b8b59c8c0983a2c27908a25d1a70.tar.xz bootstrap-72d4fafd6636b8b59c8c0983a2c27908a25d1a70.zip | |
Merge pull request #12092 from Quy/master
Use relative URLs and fix anchor links
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 5cb0bfc20..f83848170 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1421,7 +1421,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <div class="bs-callout bs-callout-warning"> <h4>Mobile device caveats</h4> - <p>There are some caveats regarding using form controls within fixed elements on mobile devices. <a href="{{ site.baseurl }}getting-started#support-fixed-position-keyboards">See our browser support docs</a> for details.</p> + <p>There are some caveats regarding using form controls within fixed elements on mobile devices. <a href="../getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p> </div> <div class="bs-callout bs-callout-danger"> @@ -1454,7 +1454,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <div class="bs-callout bs-callout-warning"> <h4>Context-specific usage</h4> - <p>Like the standard <a href="{{ site.baseurl }}css#buttons">button classes</a>, <code>.navbar-btn</code> can be used on <code><a></code> and <code><input></code> elements. However, neither <code>.navbar-btn</code> nor the standard button classes should be used on <code><a></code> elements within <code>.navbar-nav</code>.</p> + <p>Like the standard <a href="../css/#buttons">button classes</a>, <code>.navbar-btn</code> can be used on <code><a></code> and <code><input></code> elements. However, neither <code>.navbar-btn</code> nor the standard button classes should be used on <code><a></code> elements within <code>.navbar-nav</code>.</p> </div> <h2 id="navbar-text">Text</h2> |
