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 775ff6f commit e82c792Copy full SHA for e82c792
1 file changed
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