Skip to content

Commit

Permalink
Fix broken anchors. (#30828)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 14, 2020
1 parent 7966167 commit 5d11d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.0/layout/grid.md
Expand Up @@ -122,15 +122,15 @@ As noted above, each of these breakpoints have their own container, unique class
</tr>
<tr>
<th class="text-nowrap" scope="row">Custom gutters</th>
<td colspan="6"><a href="#gutters">Yes</a></td>
<td colspan="6"><a href="{{< docsref "/layout/gutters" >}}">Yes</a></td>
</tr>
<tr>
<th class="text-nowrap" scope="row">Nestable</th>
<td colspan="6"><a href="#nesting">Yes</a></td>
</tr>
<tr>
<th class="text-nowrap" scope="row">Column ordering</th>
<td colspan="6"><a href="#reordering">Yes</a></td>
<td colspan="6"><a href="{{< docsref "/layout/columns#reordering" >}}">Yes</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.0/layout/gutters.md
Expand Up @@ -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 >}}
<div class="container">
Expand Down

0 comments on commit 5d11d57

Please sign in to comment.