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 fee1ad3 commit c20a741Copy full SHA for c20a741
app/components/Doc.tsx
@@ -125,7 +125,7 @@ export function Doc({
125
<div className="w-full h-px bg-gray-500 opacity-30" />
126
<div className="py-4 opacity-70">
127
<a
128
- href={`https://github.com/${repo}/tree/${branch}/${filePath}`}
+ href={`https://github.com/${repo}/edit/${branch}/${filePath}`}
129
className="flex items-center gap-2"
130
>
131
<FaEdit /> Edit on GitHub
0 commit comments