Skip to content

Commit 590a76c

Browse files
committed
Fix edit link
1 parent 3f9cbab commit 590a76c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
},
1414
favicon: './src/assets/favicon.svg',
1515
editLink: {
16-
baseUrl: 'https://github.com/WebODM/Docs/edit/master/docs/',
16+
baseUrl: 'https://github.com/WebODM/Docs/edit/main/',
1717
},
1818
customCss: [
1919
'./src/styles/custom.css',

0 commit comments

Comments
 (0)