Skip to content

Commit eb3c44f

Browse files
Fix links in config for consistency with master branch
1 parent edee673 commit eb3c44f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default defineConfig({
285285
nav: [
286286
{ text: 'Home', link: '/' },
287287
{ text: 'Guide', link: '/introduction/welcome', activeMatch: '^/(introduction|part-)' },
288-
{ text: 'Examples', link: 'https://github.com/programmersd21/the_quickshell_book/tree/main/examples' },
288+
{ text: 'Examples', link: 'https://github.com/programmersd21/the_quickshell_book/tree/master/examples' },
289289
],
290290

291291
sidebar: {
@@ -302,7 +302,7 @@ export default defineConfig({
302302
},
303303

304304
editLink: {
305-
pattern: 'https://github.com/programmersd21/the_quickshell_book/edit/main/docs/:path',
305+
pattern: 'https://github.com/programmersd21/the_quickshell_book/edit/master/docs/:path',
306306
text: 'Edit this page on GitHub',
307307
},
308308

0 commit comments

Comments
 (0)