Skip to content

Commit c770893

Browse files
author
Dimitri POSTOLOV
authored
Fix edit on github Update EditPageLink.tsx (#313)
1 parent f89a5a4 commit c770893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components/EditPageLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const EditPageLink = ({ mobile = false, ...props }: EditPageLinkProps) =>
2121

2222
return (
2323
<Link
24-
href={`https://github.com/graphprotocol/docs/blob/main/pages/${pagePath}`}
24+
href={`https://github.com/graphprotocol/docs/blob/main/website/pages/${pagePath}`}
2525
target="_blank"
2626
sx={{
2727
display: 'block',

0 commit comments

Comments
 (0)