Skip to content

Commit 0d8f424

Browse files
authored
Merge pull request #454 from alexrififi/patch-2
docs: fix docsRepositoryBase
2 parents cb49e8d + 2236caf commit 0d8f424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theme.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export default {
44
projectLink: 'https://github.com/ammarahm-ed/react-native-actions-sheet', // GitHub link in the navbar
55
docsRepositoryBase:
6-
'https://github.com/ammarahm-ed/react-native-actions-sheet', // base URL for the docs repository
6+
'https://github.com/ammarahm-ed/react-native-actions-sheet/tree/master/docs', // base URL for the docs repository
77
nextLinks: true,
88
prevLinks: true,
99
search: true,

0 commit comments

Comments
 (0)