mirror of https://github.com/twbs/bootstrap.git
Docs: fix broken "View on GitHub" URLs (#41440)
This commit is contained in:
parent
f849680d16
commit
cababca0b9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue