Skip to content

Commit

Permalink
docs: fix the edit this page link (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Oct 23, 2023
1 parent 09c7b2a commit 3143d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
path: '../docs',
sidebarPath: './sidebars.js',
rehypePlugins: [externalLinkProcessor],
editUrl: 'https://github.com/apify/apify-sdk-js/edit/master/docs/',
editUrl: 'https://github.com/apify/apify-sdk-js/edit/master/website/',
},
}),
],
Expand Down

0 comments on commit 3143d9e

Please sign in to comment.