Skip to content

Commit

Permalink
fix editUrl
Browse files Browse the repository at this point in the history
Point to the branch "main"

Signed-off-by: Thorsten Schifferdecker <[email protected]>
  • Loading branch information
curx committed Aug 5, 2022
1 parent 4f6cb51 commit 8097d2a
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 @@ -72,7 +72,7 @@ module.exports = {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/loft-sh/jspolicy/edit/master/docs/',
'https://github.com/loft-sh/jspolicy/edit/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 8097d2a

Please sign in to comment.