aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2023-12-30 16:44:14 +0900
committerGitHub <[email protected]>2023-12-30 08:44:14 +0100
commitce1bf1c660b35c4153ff9e36a39a3d1ab7a178ad (patch)
tree5ff33a8db218be992fcd3625f935afc2080e963c
parente47f3feac9a2c03bec55379f46924ddd5e3e80b2 (diff)
downloadbootstrap-ce1bf1c660b35c4153ff9e36a39a3d1ab7a178ad.tar.xz
bootstrap-ce1bf1c660b35c4153ff9e36a39a3d1ab7a178ad.zip
Docs: update homepage links to prevent HTTP redirect (#39539)
-rw-r--r--site/layouts/partials/home/get-started.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/partials/home/get-started.html b/site/layouts/partials/home/get-started.html
index ac377a700..ad645111e 100644
--- a/site/layouts/partials/home/get-started.html
+++ b/site/layouts/partials/home/get-started.html
@@ -41,15 +41,15 @@
<h4 class="fw-semibold">Read our getting started guides</h4>
<p>Get a jump on including Bootstrap's source files in a new project with our official guides.</p>
<div class="d-flex flex-wrap align-items-center justify-content-center gap-4 mt-4">
- <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/webpack">
+ <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/webpack/">
<img class="d-block mb-2" src="/docs/{{ .Site.Params.docs_version }}/assets/img/webpack.svg" alt="" width="72" height="72" loading="lazy">
<span class="text-body-secondary">Webpack</span>
</a>
- <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/parcel">
+ <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/parcel/">
<img class="d-block mb-2" src="/docs/{{ .Site.Params.docs_version }}/assets/img/parcel.png" alt="" width="72" height="72" loading="lazy">
<span class="text-body-secondary">Parcel</span>
</a>
- <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/vite">
+ <a class="d-flex flex-column align-items-center text-decoration-none animate-img" href="/docs/{{ .Site.Params.docs_version }}/getting-started/vite/">
<img class="d-block mb-2" src="/docs/{{ .Site.Params.docs_version }}/assets/img/vite.svg" alt="" width="72" height="72" loading="lazy">
<span class="text-body-secondary">Vite</span>
</a>