Skip to content

Commit

Permalink
docs: fix "edit on github" link
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Sep 13, 2021
1 parent 1263b0a commit 17557b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default function DocsPage({ source, frontMatter, next, prev, page }) {
<div className="mt-12 pt-8 flex justify-end items-center text-gray-700 border-t border-gray-200">
<a
className="flex items-center px-4 py-2 rounded-lg hover:opacity-60"
href={`https://github.com/smeijer/next-runtime/edit/main/docs/${page.slug}.mdx`}
href={`https://github.com/smeijer/next-runtime/edit/main/docs/content/${page.slug}.mdx`}
>
Edit this page on GitHub
</a>
Expand Down

0 comments on commit 17557b5

Please sign in to comment.