We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9a428 + e1fb619 commit b4797e0Copy full SHA for b4797e0
1 file changed
lib/main.dart
@@ -42,8 +42,7 @@ const String APP_URI = String.fromEnvironment(
42
'APP_URI',
43
defaultValue: 'https://agixt.com',
44
);
45
-const String PRIVACY_POLICY_URL =
46
- 'https://agixt.com/docs/5-Reference/1-Privacy%20Policy';
+const String PRIVACY_POLICY_URL = 'https://agixt.com/privacy';
47
48
void main() async {
49
try {
0 commit comments