Skip to content

Commit 89f3470

Browse files
authored
Fix broken link in the MarkdownPage.js file (#3764)
1 parent 2da06a7 commit 89f3470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MarkdownPage/MarkdownPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const MarkdownPage = ({
132132
</span>
133133
<a
134134
css={sharedStyles.articleLayout.editLink}
135-
href={`https://github.com/reactjs/reactjs.org/tree/main/${markdownRemark.fields.path}`}>
135+
href={`https://github.com/reactjs/reactjs.org/tree/master/${markdownRemark.fields.path}`}>
136136
Edit this page
137137
</a>
138138
</div>

0 commit comments

Comments
 (0)