mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix link to grid example
This commit is contained in:
parent
6be1f9d00f
commit
0df791d1ac
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
|
|||
<div class="bs-callout bs-callout-danger">
|
||||
<h4>Need more examples?</h4>
|
||||
<p>We dive into more grid layouts in a separate page, free of chrome and documentation to better show you the power of the grid.</p>
|
||||
<p><a class="btn btn-danger" target="_blank" href="../examples/grid/">More grid examples</a></p>
|
||||
<p><a class="btn btn-danger" target="_blank" href="http://examples.getbootstrap.com/grid/">More grid examples</a></p>
|
||||
</div>
|
||||
|
||||
<h3 id="grid-offsetting">Offsetting columns</h3>
|
||||
|
|
Loading…
Reference in a new issue