Skip to content

Commit 12658af

Browse files
committed
Fix Edit page buttons
1 parent 0a463e3 commit 12658af

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/app/(doc)/[[...slug]]

1 file changed

+1
-1
lines changed

packages/docs/app/(doc)/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default async function Page(props: {
2929
const editOnGithub = (
3030
<h3 className="border-[var(--color-fd-border)] pb-0 mb-0 inline-flex items-center gap-1.5 text-sm text-fd-muted-foreground">
3131
<a
32-
href={`https://github.com/colinhacks/zod/blob/main/content/packages/docs/${page.file.path}`}
32+
href={`https://github.com/colinhacks/zod/blob/main/packages/docs/content/${page.file.path}`}
3333
rel="noreferrer noopener"
3434
target="_blank"
3535
className="text-gray-500 hover:text-gray-600 dark:text-gray-400 dark:hover:text-gray-300 text-sm no-underline"

0 commit comments

Comments
 (0)