Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 2b97178

Browse files
committed
Add fix from vuejs#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

lib/default-theme/Page.vue

Lines changed: 1 addition & 0 deletions
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)