We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d130d commit 5256c52Copy full SHA for 5256c52
src/components/EditPage.tsx
@@ -1,7 +1,7 @@
1
import {ExternalLink} from './ExternalLink';
2
import {IconGitHub} from './Icon/IconGitHub';
3
4
-const RepoEditLink = `https://github.com/reactjs/react.dev/edit/main/`;
+const RepoEditLink = `https://github.com/reactjs/react.dev/blob/main/`;
5
6
type EditPageProps = {
7
path: string;
0 commit comments