From 982b58a4730592508c11b7e45970549326fa7051 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 23 Jul 2023 09:20:25 +0200 Subject: [PATCH] docs: Update github links --- lib/config/app_config.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 51b05e26b..1cb9ce886 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -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';