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/templates/pages/examples.mustache | |
| 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/templates/pages/examples.mustache')
| -rw-r--r-- | docs/templates/pages/examples.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache index 22d78b982..8ae07f412 100644 --- a/docs/templates/pages/examples.mustache +++ b/docs/templates/pages/examples.mustache @@ -8,21 +8,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>{{_i}}Basic marketing site{{/i}}</h3> <p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</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>{{_i}}Fluid layout{{/i}}</h3> <p>{{_i}}Uses are new responsive, fluid grid system to create seamless liquid layout.{{/i}}</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>{{_i}}Starter template{{/i}}</h3> |
