mirror of
https://github.com/git-touch/git-touch
synced 2025-02-02 08:56:54 +01:00
fix: broken links
This commit is contained in:
parent
8258232d48
commit
8c4a9ee3a1
@ -123,7 +123,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
url: (auth.activeAccount.platform == PlatformType.github
|
url: (auth.activeAccount.platform == PlatformType.github
|
||||||
? ''
|
? ''
|
||||||
: 'https://github.com') +
|
: 'https://github.com') +
|
||||||
'/pd4d10/git-touch/issues/new',
|
'/github/pd4d10/git-touch/issues/new',
|
||||||
),
|
),
|
||||||
TableViewItem(
|
TableViewItem(
|
||||||
text: Text('Rate This App'),
|
text: Text('Rate This App'),
|
||||||
@ -148,7 +148,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
text: Text('Source Code'),
|
text: Text('Source Code'),
|
||||||
rightWidget: Text('pd4d10/git-touch'),
|
rightWidget: Text('pd4d10/git-touch'),
|
||||||
url: (auth.activeAccount.platform == PlatformType.github
|
url: (auth.activeAccount.platform == PlatformType.github
|
||||||
? ''
|
? '/github'
|
||||||
: 'https://github.com') +
|
: 'https://github.com') +
|
||||||
'/pd4d10/git-touch',
|
'/pd4d10/git-touch',
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user