aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-20 18:34:59 -0700
committerChris Rebert <[email protected]>2015-08-20 18:34:59 -0700
commit8e6972b170cc6b9a8925ad31c9653a6d5da4dc18 (patch)
treefc0a7d94339574c9a92ec2b036f5950881370b49 /docs
parent911e58ed63e8e51e6f4d0d57b1e21df93c022d8a (diff)
downloadbootstrap-8e6972b170cc6b9a8925ad31c9653a6d5da4dc18.tar.xz
bootstrap-8e6972b170cc6b9a8925ad31c9653a6d5da4dc18.zip
docs/layout/grid.md: Fix responsive utilities link
Diffstat (limited to 'docs')
-rw-r--r--docs/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 1c5f18cd0..2c23ed3fc 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -339,7 +339,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
### Example: Responsive column resets
-With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive utility classes](#responsive-utilities).
+With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive utility classes]({{ site.baseurl }}/layout/responsive-utilities/).
<div class="bd-example-row">
{% example html %}