Skip to content

Commit b25f373

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

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
@@ -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)