We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31f068 commit b3a6614Copy full SHA for b3a6614
docs/app/utils/create-github-contribution-links.ts
@@ -6,7 +6,7 @@ interface GitHubContributionLinkOptions {
6
7
export function createGitHubContributionLinks({ pagePath, owner, repo }: GitHubContributionLinkOptions) {
8
const githubBase = `https://github.com/${owner}/${repo}`
9
- const editUrl = `${githubBase}/edit/main/content/${pagePath}`
+ const editUrl = `${githubBase}/edit/main/docs/content/${pagePath}`
10
11
const issueTitle = `Issue with the "${pagePath}" doc`
12
const issueBody = `I found an issue with this document.
0 commit comments