Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b25f373

Browse files
committedFeb 11, 2019
Add fix from vuejs#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
 

‎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)
This repository has been archived.