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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user