diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:32:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:32:07 -0800 |
| commit | 6466fe00a1c53691832095fe97f90e295f3489e6 (patch) | |
| tree | 3942377340603d467e3e17b1f0aa782194f3f39b /docs | |
| parent | 5075f4973b8bb926573bb7f45c720ff345e1eb54 (diff) | |
| download | bootstrap-6466fe00a1c53691832095fe97f90e295f3489e6.tar.xz bootstrap-6466fe00a1c53691832095fe97f90e295f3489e6.zip | |
Rename hero.html to jumbotron.html
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> |
