Skip to content

Commit adfa7dc

Browse files
committed
fix: update edit link pattern to point to 'next' branch
1 parent 4efe907 commit adfa7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default defineConfig({
117117
outline: [2, 4],
118118

119119
editLink: {
120-
pattern: 'https://github.com/coollabsio/documentation-coolify/tree/main/docs/:path',
120+
pattern: 'https://github.com/coollabsio/documentation-coolify/tree/next/docs/:path',
121121
text: 'Edit this page on GitHub'
122122
},
123123

0 commit comments

Comments
 (0)