diff options
| author | Mark Otto <[email protected]> | 2012-08-13 21:34:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 21:34:40 -0700 |
| commit | 41f4c60a91c11e6c25a9f277c8a26a022afe58b1 (patch) | |
| tree | f6f402dad397d82c21edc13908ca33b111dec230 | |
| parent | cf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff) | |
| download | bootstrap-41f4c60a91c11e6c25a9f277c8a26a022afe58b1.tar.xz bootstrap-41f4c60a91c11e6c25a9f277c8a26a022afe58b1.zip | |
fixes #4373: broken examples link on homepage
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 6924f60d7..bd798aae0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -129,7 +129,7 @@ <hr class="soften"> <h1>Built with Bootstrap.</h1> - <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.</p> + <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> <div class="row-fluid"> <ul class="thumbnails example-sites"> <li class="span3"> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 502eb61a1..d8d1a2064 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -58,7 +58,7 @@ <hr class="soften"> <h1>{{_i}}Built with Bootstrap.{{/i}}</h1> - <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.{{/i}}</p> + <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.{{/i}}</p> <div class="row-fluid"> <ul class="thumbnails example-sites"> <li class="span3"> |
