Skip to content

Commit c2bf446

Browse files
authored
docs: update the editUrl in docusaurus config file (#3696)
1 parent c624d98 commit c2bf446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const config = {
178178
// Please change this to your repo.
179179
// Remove this to remove the "edit this page" links.
180180
editUrl:
181-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
181+
'https://github.com/callstack/react-native-paper/tree/main/docs/',
182182
remarkPlugins: [
183183
[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
184184
],
@@ -188,7 +188,7 @@ const config = {
188188
// Please change this to your repo.
189189
// Remove this to remove the "edit this page" links.
190190
editUrl:
191-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
191+
'https://github.com/callstack/react-native-paper/tree/main/docs/',
192192
},
193193
theme: {
194194
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)