Skip to content

Commit

Permalink
Replace blob URL with edit URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo committed Nov 26, 2024
1 parent b9261b6 commit 6d12247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const commonDocsOptions = {
showLastUpdateTime: true,
editUrl: options => {
const baseUrl =
'https://github.com/facebook/react-native-website/blob/main';
'https://github.com/facebook/react-native-website/edit/main';
const nextReleasePath = `docs/${options.docPath}`;
/**
* @type {Array<{label: string, href: string}>}
Expand Down

0 comments on commit 6d12247

Please sign in to comment.