From 5d11d5790a00444bdc6625c7229c86bb1a162350 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 14 May 2020 19:43:56 +0300 Subject: [PATCH] Fix broken anchors. (#30828) --- site/content/docs/5.0/layout/grid.md | 4 ++-- site/content/docs/5.0/layout/gutters.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/5.0/layout/grid.md index b55abae04f..312eeeabea 100644 --- a/site/content/docs/5.0/layout/grid.md +++ b/site/content/docs/5.0/layout/grid.md @@ -122,7 +122,7 @@ As noted above, each of these breakpoints have their own container, unique class Custom gutters - Yes + }}">Yes Nestable @@ -130,7 +130,7 @@ As noted above, each of these breakpoints have their own container, unique class Column ordering - Yes + }}">Yes diff --git a/site/content/docs/5.0/layout/gutters.md b/site/content/docs/5.0/layout/gutters.md index 8640aae547..18cbefeeea 100644 --- a/site/content/docs/5.0/layout/gutters.md +++ b/site/content/docs/5.0/layout/gutters.md @@ -94,7 +94,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo ## Row columns gutters -Gutter classes can also be added to [row columns](#row-columns). In the following example, we use responsive row columns and responsive gutter classes. +Gutter classes can also be added to [row columns]({{< docsref "/layout/grid#row-columns" >}}). In the following example, we use responsive row columns and responsive gutter classes. {{< example >}}
-- 2.47.2