Skip to content

Commit b3a6614

Browse files
author
abrulic
committed
small fix
1 parent b31f068 commit b3a6614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/utils/create-github-contribution-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface GitHubContributionLinkOptions {
66

77
export function createGitHubContributionLinks({ pagePath, owner, repo }: GitHubContributionLinkOptions) {
88
const githubBase = `https://github.com/${owner}/${repo}`
9-
const editUrl = `${githubBase}/edit/main/content/${pagePath}`
9+
const editUrl = `${githubBase}/edit/main/docs/content/${pagePath}`
1010

1111
const issueTitle = `Issue with the "${pagePath}" doc`
1212
const issueBody = `I found an issue with this document.

0 commit comments

Comments
 (0)