]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix broken "View on GitHub" URLs (#41440)
authorAlexKoala <alexkoala@alexkoala.com>
Tue, 6 May 2025 14:46:51 +0000 (23:46 +0900)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 14:46:51 +0000 (16:46 +0200)
site/src/layouts/DocsLayout.astro

index 7f2c047859129c788a732b0988c830b11f5bae2d..d5c8a191e675b56d8a6402494c7471b01e92fb88 100644 (file)
@@ -65,7 +65,7 @@ if (frontmatter.toc) {
             }
             <a
               class="btn btn-sm btn-bd-light rounded-2"
-              href={`${getConfig().repo}/blob/v${getConfig().current_version}/site/src/content/${id}`}
+              href={`${getConfig().repo}/blob/v${getConfig().current_version}/site/src/content/docs/${id}`}
               title="View and edit this file on GitHub"
               target="_blank"
               rel="noopener"