diff options
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> |
