Skip to content

Commit

Permalink
docs: Update github links
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 23, 2023
1 parent 730cf30 commit 982b58a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ abstract class AppConfig {
static const Color primaryColorLight = Color(0xFFCCBDEA);
static const Color secondaryColor = Color(0xFF41a2bc);
static String _privacyUrl =
'https://github.com/krille-chan/fluffychat/-/blob/main/PRIVACY.md';
'https://github.com/krille-chan/fluffychat/blob/main/PRIVACY.md';
static String get privacyUrl => _privacyUrl;
static const String enablePushTutorial =
'https://github.com/krille-chan/fluffychat/wiki/User-Guide:-Push-Notifications';
'https://github.com/krille-chan/fluffychat/wiki/Push-Notifications-without-Google-Services';
static const String encryptionTutorial =
'https://github.com/krille-chan/fluffychat/wiki/User-Guide:-End-To-End-Encryption';
'https://github.com/krille-chan/fluffychat/wiki/How-to-use-end-to-end-encryption-in-FluffyChat';
static const String appId = 'im.fluffychat.FluffyChat';
static const String appOpenUrlScheme = 'im.fluffychat';
static String _webBaseUrl = 'https://fluffychat.im/web';
Expand Down

0 comments on commit 982b58a

Please sign in to comment.