]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken anchors. (#30828)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 14 May 2020 16:43:56 +0000 (19:43 +0300)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 16:43:56 +0000 (19:43 +0300)
site/content/docs/5.0/layout/grid.md
site/content/docs/5.0/layout/gutters.md

index b55abae04f40bbfe53e9d2afd1a0a514be22f8fd..312eeeabeab9635fa19e1cffee4499af30aab7fe 100644 (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>
index 8640aae54772a992ee57dc1f13c186ae6419bb7f..18cbefeeea6968d3021186b8e5f2763507b5e435 100644 (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">