Skip to content

Commit

Permalink
Merge pull request #103 from hrittikhere/hrittikhere-patch-1
Browse files Browse the repository at this point in the history
fix: editURL after branch migration to main
  • Loading branch information
Thomas Kosiewski authored Aug 14, 2023
2 parents 3324368 + 6eb51d1 commit 0fedc7b
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 0fedc7b

Please sign in to comment.