From: XhmikosR Date: Thu, 14 May 2020 16:43:56 +0000 (+0300) Subject: Fix broken anchors. (#30828) X-Git-Tag: v5.0.0-alpha1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d11d5790a00444bdc6625c7229c86bb1a162350;p=thirdparty%2Fbootstrap.git Fix broken anchors. (#30828) --- 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 >}}