aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/grid.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-04 13:07:15 -0700
committerMark Otto <[email protected]>2017-07-04 13:07:15 -0700
commit059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b (patch)
tree64e9d5c0216df9b113b87b1f6ef114334386e4f5 /docs/_includes/css/grid.html
parent4c4390193f58131ae16e8c690c55342955bf4a5d (diff)
downloadbootstrap-059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b.tar.xz
bootstrap-059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b.zip
update links, new version to v3.4.0, add new baseurl for easy v3.4 building
Diffstat (limited to 'docs/_includes/css/grid.html')
-rw-r--r--docs/_includes/css/grid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html
index 509b4cec5..c226ed73c 100644
--- a/docs/_includes/css/grid.html
+++ b/docs/_includes/css/grid.html
@@ -292,7 +292,7 @@
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
</div>
{% endhighlight %}
- <p>In addition to column clearing at responsive breakpoints, you may need to <strong>reset offsets, pushes, or pulls</strong>. See this in action in <a href="../examples/grid/">the grid example</a>.</p>
+ <p>In addition to column clearing at responsive breakpoints, you may need to <strong>reset offsets, pushes, or pulls</strong>. See this in action in <a href="{{ site.baseurl }}/examples/grid/">the grid example</a>.</p>
{% highlight html %}
<div class="row">
<div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>