Skip to content

Commit be51f90

Browse files
committed
(Doc): master to main
1 parent 9023178 commit be51f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ const config = {
4141
docs: {
4242
sidebarPath: require.resolve('./sidebars.js'),
4343
editUrl:
44-
'https://github.com/thecodingmachine/react-native-boilerplate/edit/master/website-documentation/docs',
44+
'https://github.com/thecodingmachine/react-native-boilerplate/edit/main/website-documentation/docs',
4545
},
4646
blog: {
4747
showReadingTime: true,
4848
editUrl:
49-
'https://github.com/thecodingmachine/react-native-boilerplate/edit/master/website-documentation/blog',
49+
'https://github.com/thecodingmachine/react-native-boilerplate/edit/main/website-documentation/blog',
5050
},
5151
theme: {
5252
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)