Skip to content

Commit

Permalink
docs: Fix edit docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 27, 2023
1 parent 47f606c commit f1a8f13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ const config = {
docs: {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/vendure-ecommerce/vendure/tree/new-docs/docs/',
editUrl: 'https://github.com/vendure-ecommerce/vendure/blob/master/docs/',
showLastUpdateTime: true,
},
blog: false,
Expand Down

0 comments on commit f1a8f13

Please sign in to comment.