Skip to content

Commit 2b97178

Browse files
committed
Add fix from #1235 to fix bitbucket links.
1 parent 2f315d7 commit 2b97178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/default-theme/Page.vue

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export default {
159159
: `https://github.com/${docsRepo}`
160160
161161
return (
162+
`/src` +
162163
base.replace(endingSlashRE, '') +
163164
`/edit/${docsBranch}` +
164165
(docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +

0 commit comments

Comments
 (0)