Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 3, 2020
1 parent 8258232 commit 8c4a9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/settings.dart
Expand Up @@ -123,7 +123,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
url: (auth.activeAccount.platform == PlatformType.github
? ''
: 'https://github.com') +
'/pd4d10/git-touch/issues/new',
'/github/pd4d10/git-touch/issues/new',
),
TableViewItem(
text: Text('Rate This App'),
Expand All @@ -148,7 +148,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
text: Text('Source Code'),
rightWidget: Text('pd4d10/git-touch'),
url: (auth.activeAccount.platform == PlatformType.github
? ''
? '/github'
: 'https://github.com') +
'/pd4d10/git-touch',
),
Expand Down

0 comments on commit 8c4a9ee

Please sign in to comment.