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 f89a5a4 commit c770893Copy full SHA for c770893
website/components/EditPageLink.tsx
@@ -21,7 +21,7 @@ export const EditPageLink = ({ mobile = false, ...props }: EditPageLinkProps) =>
21
22
return (
23
<Link
24
- href={`https://github.com/graphprotocol/docs/blob/main/pages/${pagePath}`}
+ href={`https://github.com/graphprotocol/docs/blob/main/website/pages/${pagePath}`}
25
target="_blank"
26
sx={{
27
display: 'block',
0 commit comments