Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja authored Nov 2, 2024
1 parent b50221d commit 78c7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/commune-page/src/app/docs/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Docs({ params }: { params: { slug: string } }) {
<div className="mb-6 flex w-full">
<Link
className="text-titleDark flex rounded-xl text-center text-sm font-medium no-underline hover:underline"
href={`https://github.com/renlabs-dev/commune-page/blob/main/app/docs/%5B...slug%5D/tutorials/${params.slug[1]}.mdx`}
href={`https://github.com/renlabs-dev/commune-ts/blob/main/apps/commune-page/src/app/docs/%5B...slug%5D/tutorials/${params.slug[1]}.mdx`}
target="_blank"
>
<span>Edit this doc</span>
Expand Down

0 comments on commit 78c7e0b

Please sign in to comment.