From c95b55106df55bff7c690c3a0cef7dd0002b202c Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Thu, 21 Dec 2023 14:22:52 +0330 Subject: [PATCH] Change privacy policy url --- lib/core/model/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/model/constants.dart b/lib/core/model/constants.dart index e2ffb59f..8882ab83 100644 --- a/lib/core/model/constants.dart +++ b/lib/core/model/constants.dart @@ -8,6 +8,6 @@ abstract class Constants { static const appCastUrl = "https://raw.githubusercontent.com/hiddify/hiddify-next/main/appcast.xml"; static const telegramChannelUrl = "https://t.me/hiddify"; - static const privacyPolicyUrl = "https://hiddify.com/en/privacy-policy/"; + static const privacyPolicyUrl = "https://hiddify.com/privacy-policy/"; static const termsAndConditionsUrl = "https://hiddify.com/terms/"; }