Skip to content

Commit cababca

Browse files
authored
Docs: fix broken "View on GitHub" URLs (twbs#41440)
1 parent f849680 commit cababca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/layouts/DocsLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (frontmatter.toc) {
6565
}
6666
<a
6767
class="btn btn-sm btn-bd-light rounded-2"
68-
href={`${getConfig().repo}/blob/v${getConfig().current_version}/site/src/content/${id}`}
68+
href={`${getConfig().repo}/blob/v${getConfig().current_version}/site/src/content/docs/${id}`}
6969
title="View and edit this file on GitHub"
7070
target="_blank"
7171
rel="noopener"

0 commit comments

Comments
 (0)