Skip to content

Commit 180243c

Browse files
authored
Fix branch name
1 parent 155d3cc commit 180243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/docs/content/EditOnGitHub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface EditOnGitHubProps {
99
}
1010

1111
export const EditOnGitHub = ({ filePath, className }: EditOnGitHubProps) => {
12-
const githubUrl = `https://github.com/EternalCodeTeam/website/edit/main/content/docs/${filePath}.mdx`;
12+
const githubUrl = `https://github.com/EternalCodeTeam/website/edit/master/content/docs/${filePath}.mdx`;
1313

1414
return (
1515
<Link href={githubUrl} target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)