Fix support URLs

Justin Ehrenhofer committed Feb 8, 2023 at 13:33 UTC 11a5831b08e16e4789eb2bbe572d130599e4817d
1 file changed +2 -2
lib/view_model/support_view_model.dart
+2 -2
@@ -42,7 +42,7 @@ abstract class SupportViewModelBase with Store {
42 title: 'Telegram',
43 icon: 'assets/images/Telegram.png',
44 linkTitle: '@cakewallet_bot',
45 - link: 'https:t.me/cakewallet_bot'),
45 + link: 'https://t.me/cakewallet_bot'),
46 LinkListItem(
47 title: 'Twitter',
48 icon: 'assets/images/Twitter.png',
@@ -84,7 +84,7 @@ abstract class SupportViewModelBase with Store {
84 // link: 'mailto:support@y.at')
85 ];
86
87 - static const url = 'https://cakewallet.com/guide/';
87 + static const url = 'https://guides.cakewallet.com';
88
89 List<SettingsListItem> items;
90 }
\ No newline at end of file