diff options
| author | Mark Otto <[email protected]> | 2013-03-30 12:11:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 12:11:33 -0700 |
| commit | 6ba341b2d528552ac8f0fde76610f71d503a529e (patch) | |
| tree | e18f7a26bc772f75adef4fa28b345ff040de0b1e /docs | |
| parent | 1dcadede361e7f0dba8ad83b4a07171d0e39f3f4 (diff) | |
| parent | 501dfbe8aead9fbc50680de39400f1f1d1ff388f (diff) | |
| download | bootstrap-6ba341b2d528552ac8f0fde76610f71d503a529e.tar.xz bootstrap-6ba341b2d528552ac8f0fde76610f71d503a529e.zip | |
Merge pull request #7428 from burnsra/3.0.0-wip-fixes
Fix path to examples to account for new layout
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index f8d72f3f2..bef668fd4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@ title: Bootstrap <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> </li> <li> - <a href="./getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> + <a href="./docs/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> </li> <li>Version 3.0.0</li> </ul> @@ -49,7 +49,7 @@ title: Bootstrap </div> <h1>Built with Bootstrap.</h1> - <p class="marketing-byline">For more sites built with Bootstrap, <a href="http://expo.getbootstrap.com">visit the Expo</a> or <a href="./getting-started/#examples">browse the examples</a>.</p> + <p class="marketing-byline">For more sites built with Bootstrap, <a href="http://expo.getbootstrap.com">visit the Expo</a> or <a href="./docs/#examples">browse the examples</a>.</p> <div class="row bs-docs-gallery"> <div class="col-span-3"> <a class="thumbnail" href="http://delicious.com" target="_blank"> |
