fix: broken links

This commit is contained in:
Rongjian Zhang 2020-10-03 14:39:35 +08:00
parent 8258232d48
commit 8c4a9ee3a1
1 changed files with 2 additions and 2 deletions

View File

@ -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'),
@ -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',
),