Skip to content

Commit

Permalink
fix($theme-default): bitbucket edit link goes to wrong link (close: #…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickngqs authored and ulivz committed Jan 30, 2019
1 parent c4574f4 commit 3c5b3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vuepress/theme-default/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default {
: repo
return (
base.replace(endingSlashRE, '') +
`/src` +
`/${docsBranch}` +
(docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
path +
Expand Down

0 comments on commit 3c5b3a6

Please sign in to comment.