1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02:00

docs: fix missing trailing slashes causing redirects

This commit is contained in:
XhmikosR
2024-03-03 18:36:07 +02:00
parent 04a720bf7f
commit 5cb92cd6c0
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
</ul>
`) "html" "" }}
<p class="d-flex justify-content-start mb-md-0">
<a href="/docs/{{ .Site.Params.docs_version }}/examples#snippets" class="icon-link icon-link-hover fw-semibold">
<a href="/docs/{{ .Site.Params.docs_version }}/examples/#snippets" class="icon-link icon-link-hover fw-semibold">
Explore customized components
<svg class="bi"><use xlink:href="#arrow-right"></use></svg>
</a>