Skip to content

Commit 2389916

Browse files
committed
Fix edit url
1 parent 947022a commit 2389916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/pages/en/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Users extends React.Component {
3333
<div className="logos">{showcase}</div>
3434
<p>Are you using this project?</p>
3535
<a
36-
href="https://github.com/facebook/docusaurus/edit/master/website/siteConfig.js"
36+
href="https://github.com/react-navigation/react-navigation.github.io/edit/source/website/siteConfig.js"
3737
className="button">
3838
Add your company
3939
</a>

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const siteConfig = {
4343
stylesheets: ['/css/code-block-buttons.css'],
4444
repoUrl: 'https://github.com/react-navigation/react-navigation',
4545
editUrl:
46-
'https://github.com/react-navigation/react-navigation.github.io/edit/source/docs/',
46+
'https://github.com/react-navigation/react-navigation.github.io/tree/source/website/versioned_docs/version-5.x',
4747

4848
gaTrackingId: 'UA-10128745-16',
4949
docsSideNavCollapsible: true,

0 commit comments

Comments
 (0)