Skip to content

Commit 6930cb9

Browse files
authored
Update pattern for editLink (hestiacp#3153)
* Update pattern for editLink Changed to: pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/docs/:path", * 1 time is enough
1 parent 678c4ee commit 6930cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
outline: [2, 3],
3535

3636
editLink: {
37-
pattern: "https://github.com/hestiacp/hestiacp-docs/edit/main/docs/:path",
37+
pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/:path",
3838
text: "Edit this page on GitHub",
3939
},
4040

0 commit comments

Comments
 (0)