We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edee673 commit eb3c44fCopy full SHA for eb3c44f
1 file changed
docs/.vitepress/config.ts
@@ -285,7 +285,7 @@ export default defineConfig({
285
nav: [
286
{ text: 'Home', link: '/' },
287
{ text: 'Guide', link: '/introduction/welcome', activeMatch: '^/(introduction|part-)' },
288
- { text: 'Examples', link: 'https://github.com/programmersd21/the_quickshell_book/tree/main/examples' },
+ { text: 'Examples', link: 'https://github.com/programmersd21/the_quickshell_book/tree/master/examples' },
289
],
290
291
sidebar: {
@@ -302,7 +302,7 @@ export default defineConfig({
302
},
303
304
editLink: {
305
- pattern: 'https://github.com/programmersd21/the_quickshell_book/edit/main/docs/:path',
+ pattern: 'https://github.com/programmersd21/the_quickshell_book/edit/master/docs/:path',
306
text: 'Edit this page on GitHub',
307
308
0 commit comments