aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/layout/grid.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-02 12:00:24 -0700
committerMark Otto <[email protected]>2017-07-02 12:00:24 -0700
commit67245a474f1826bd6ffc774d31209a4da968daf4 (patch)
tree4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /docs/4.0/layout/grid.md
parentad15fc028095183ec5023d0ba1b7dffd93a5716d (diff)
downloadbootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz
bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip
fix some busted links
Diffstat (limited to 'docs/4.0/layout/grid.md')
-rw-r--r--docs/4.0/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index 44d0e1123..eee7a9256 100644
--- a/docs/4.0/layout/grid.md
+++ b/docs/4.0/layout/grid.md
@@ -238,7 +238,7 @@ Use `col-{breakpoint}-auto` classes to size columns based on the natural width o
### Equal-width multi-row
-Create equal-width columns that span multiple rows by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display-property/).
+Create equal-width columns that span multiple rows by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/).
<div class="bd-example-row">
{% example html %}