Skip to content

Commit 8d77c2f

Browse files
committed
Fix github edit url
1 parent 78da31a commit 8d77c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
{ icon: "github", link: "https://github.com/cakephp/cakephp" },
2929
],
3030
editLink: {
31-
pattern: "https://github.com/cakephp/docs-md/edit/3.x/docs/:path",
31+
pattern: "https://github.com/cakephp/docs/edit/3.x/docs/:path",
3232
text: "Edit this page on GitHub",
3333
},
3434
sidebar: toc_en,

0 commit comments

Comments
 (0)