diff --git a/PRIVACY.md b/PRIVACY.md
index 570c711a8..53c7cdd82 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -26,7 +26,7 @@ More information is available at: [https://pub.dev/packages/sqflite](https://pub
## # Encryption
All communication of substantive content between Fluffychat and any server is done in secure way, using transport encryption to protect it.
-FluffyChat also uses End-To-End-Encryption by using [libolm](https://gitlab.matrix.org/matrix-org/olm) and enables it by default for private chats.
+FluffyChat also uses End-To-End-Encryption by using [Vodozemac](https://github.com/matrix-org/vodozemac) and enables it by default for private chats.
## # App Permissions
@@ -59,7 +59,7 @@ FluffyChat uses the Firebase Cloud Messaging service for push notifications on A
4. The device receives the push notification from Firebase Cloud Messaging and displays it as a notification
The source code of the push gateway can be viewed here:
-[https://gitlab.com/famedly/services/famedly-push-gateway](https://gitlab.com/famedly/services/famedly-push-gateway)
+[https://github.com/krille-chan/fluffygate](https://github.com/krille-chan/fluffygate)
`event_id_only` is used as the format for the push notification. A typical push notification therefore only contains:
- Event ID
diff --git a/scripts/generate_command_hints_glue.sh b/scripts/generate_command_hints_glue.sh
index 530f5487e..292cbdc30 100755
--- a/scripts/generate_command_hints_glue.sh
+++ b/scripts/generate_command_hints_glue.sh
@@ -9,7 +9,7 @@
# Looking to add descriptions for a new command, but don't know what it does?
# It is likely defined here (in registerDefaultCommands()):
-# https://gitlab.com/famedly/company/frontend/famedlysdk/-/blob/main/lib/src/utils/commands_extension.dart
+# https://github.com/famedly/matrix-dart-sdk/tree/main/lib/src/utils/commands_extension.dart
echo "\
// This file is auto-generated using scripts/generate_command_hints_glue.sh.