Skip to content

Commit

Permalink
Docs: fix edit link url (#11881)
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored Apr 25, 2022
1 parent db9fa0e commit e39881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
docs: {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/airbytehq/airbyte/docs',
editUrl: 'https://github.com/airbytehq/airbyte/blob/master/docs',
path: '../docs'
},
blog: false,
Expand Down

0 comments on commit e39881c

Please sign in to comment.