0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix broken anchors. (#30828)

This commit is contained in:
XhmikosR 2020-05-14 19:43:56 +03:00 committed by GitHub
parent 7966167cf6
commit 5d11d5790a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ 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>
@ -130,7 +130,7 @@ As noted above, each of these breakpoints have their own container, unique class
</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>

View File

@ -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">