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 0a463e3 commit 12658afCopy full SHA for 12658af
packages/docs/app/(doc)/[[...slug]]/page.tsx
@@ -29,7 +29,7 @@ export default async function Page(props: {
29
const editOnGithub = (
30
<h3 className="border-[var(--color-fd-border)] pb-0 mb-0 inline-flex items-center gap-1.5 text-sm text-fd-muted-foreground">
31
<a
32
- href={`https://github.com/colinhacks/zod/blob/main/content/packages/docs/${page.file.path}`}
+ href={`https://github.com/colinhacks/zod/blob/main/packages/docs/content/${page.file.path}`}
33
rel="noreferrer noopener"
34
target="_blank"
35
className="text-gray-500 hover:text-gray-600 dark:text-gray-400 dark:hover:text-gray-300 text-sm no-underline"
0 commit comments