From 8e6972b170cc6b9a8925ad31c9653a6d5da4dc18 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 18:34:59 -0700 Subject: [PATCH] docs/layout/grid.md: Fix responsive utilities link --- docs/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 1c5f18cd0d..2c23ed3fc4 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/).
{% example html %} -- 2.47.2