Skip to content

Commit 14594cf

Browse files
committed
fix(docs): update link path in documentation page for correct file reference
1 parent 7eb0e03 commit 14594cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function Page(props: { params: Promise<{ slug?: string[] }>
2626
<DocsDescription className="mb-0">{page.data.description}</DocsDescription>
2727

2828
<a
29-
href={`https://github.com/TheNextLvl-net/docs/blob/main/content/docs/${page.file.path}`}
29+
href={`https://github.com/TheNextLvl-net/docs/blob/main/content/docs/${page.path}`}
3030
rel="noreferrer noopener"
3131
target="_blank"
3232
className="mb-8 w-fit border flex items-center gap-2 rounded-md p-2 font-medium text-xs text-fd-secondary-foreground hover:text-fd-accent-foreground hover:bg-fd-accent"

0 commit comments

Comments
 (0)