diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/jumbotron.html (renamed from docs/examples/hero.html) | 0 | ||||
| -rw-r--r-- | docs/getting-started.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/hero.html b/docs/examples/jumbotron.html index c28b757b9..c28b757b9 100644 --- a/docs/examples/hero.html +++ b/docs/examples/jumbotron.html diff --git a/docs/getting-started.html b/docs/getting-started.html index 3f1a75e24..6977e5a33 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -239,7 +239,7 @@ <p>A barebones HTML document with all the Bootstrap CSS and JavaScript included.</p> </div> <div class="span4"> - <a class="thumbnail" href="examples/hero.html"> + <a class="thumbnail" href="examples/jumbotron.html"> <img src="assets/img/examples/bootstrap-example-marketing.png" alt=""> </a> <h4>Basic marketing site</h4> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 342b2e5b1..b5b57ab42 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -168,7 +168,7 @@ <p>A barebones HTML document with all the Bootstrap CSS and JavaScript included.</p> </div> <div class="span4"> - <a class="thumbnail" href="examples/hero.html"> + <a class="thumbnail" href="examples/jumbotron.html"> <img src="assets/img/examples/bootstrap-example-marketing.png" alt=""> </a> <h4>Basic marketing site</h4> |
