mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Docs: fix broken "View on GitHub" URLs (#41440)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user