Skip to content

Commit 947a70f

Browse files
fagoulivz
authored andcommitted
fix($theme-default): bitbucket edit link goes to wrong link (#1277)
This backports the fix from #1235 to 0.x
1 parent 2f315d7 commit 947a70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/default-theme/Page.vue

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export default {
147147
: repo
148148
return (
149149
base.replace(endingSlashRE, '') +
150+
`/src` +
150151
`/${docsBranch}` +
151152
(docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
152153
path +

0 commit comments

Comments
 (0)