Skip to content

Commit

Permalink
fix(bitbucket): pull requests url (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimTayie committed Feb 16, 2021
1 parent c4a44de commit 4a7028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/bb_pulls.dart
Expand Up @@ -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',
);
},
);
Expand Down

0 comments on commit 4a7028f

Please sign in to comment.