diff options
| author | Jacob Thornton <[email protected]> | 2012-01-31 17:35:23 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-31 17:35:23 -0800 |
| commit | fd49d4a44f7fe73054b861461b9ec0f36a1bb29a (patch) | |
| tree | f35009c910398dda68809aa281e45a495bbd8305 /docs/examples.html | |
| parent | bdfb05dbac0b07c7c6447a39b2658038563603d3 (diff) | |
| download | bootstrap-2.0.0.tar.xz bootstrap-2.0.0.zip | |
move examples into docs...v2.0.0
Diffstat (limited to 'docs/examples.html')
| -rw-r--r-- | docs/examples.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples.html b/docs/examples.html index 6f35b7169..d317405ae 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -84,21 +84,21 @@ <ul class="thumbnails bootstrap-examples"> <li class="span4"> - <a class="thumbnail" href="../examples/hero.html"> + <a class="thumbnail" href="examples/hero.html"> <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> </a> <h3>Basic marketing site</h3> <p>Featuring a hero unit for a primary message and three supporting elements.</p> </li> <li class="span4"> - <a class="thumbnail" href="../examples/fluid.html"> + <a class="thumbnail" href="examples/fluid.html"> <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> </a> <h3>Fluid layout</h3> <p>Uses are new responsive, fluid grid system to create seamless liquid layout.</p> </li> <li class="span4"> - <a class="thumbnail" href="../examples/starter-template.html"> + <a class="thumbnail" href="examples/starter-template.html"> <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> </a> <h3>Starter template</h3> |
