fix(bitbucket): pull requests url (#197)

This commit is contained in:
Karim Tayie 2021-02-16 07:29:34 +02:00 committed by GitHub
parent c4a44decf7
commit 4a7028f525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class BbPullsScreen extends StatelessWidget {
subtitle: '#' + pullNumber.toString(),
commentCount: 0,
updatedAt: v.createdOn,
url: '${auth.activeAccount.domain}/$owner/$name/issues/$pullNumber',
url: '${auth.activeAccount.domain}/$owner/$name/pull-requests/$pullNumber',
);
},
);