1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Docs: fix broken "View on GitHub" URLs (#41440)

This commit is contained in:
AlexKoala
2025-05-06 23:46:51 +09:00
committed by GitHub
parent f849680d16
commit cababca0b9

View File

@@ -65,7 +65,7 @@ if (frontmatter.toc) {
} }
<a <a
class="btn btn-sm btn-bd-light rounded-2" 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" title="View and edit this file on GitHub"
target="_blank" target="_blank"
rel="noopener" rel="noopener"