Skip to content

Commit

Permalink
Fix link to edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkapusciak committed Sep 29, 2023
1 parent b1a390a commit 9a69aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsible: false,
editUrl:
'https://github.com/software-mansion/react-native-gesture-handler/edit/main/',
'https://github.com/software-mansion/react-native-gesture-handler/edit/main/docs',
lastVersion: 'current', // <- this makes 2.x docs as default
versions: {
current: {
Expand Down

0 comments on commit 9a69aa2

Please sign in to comment.