Skip to content

Commit b4797e0

Browse files
authored
Merge pull request #112 from AGiXT/Issue#111
Fix issue #111
2 parents 0a9a428 + e1fb619 commit b4797e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/main.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ const String APP_URI = String.fromEnvironment(
4242
'APP_URI',
4343
defaultValue: 'https://agixt.com',
4444
);
45-
const String PRIVACY_POLICY_URL =
46-
'https://agixt.com/docs/5-Reference/1-Privacy%20Policy';
45+
const String PRIVACY_POLICY_URL = 'https://agixt.com/privacy';
4746

4847
void main() async {
4948
try {

0 commit comments

Comments
 (0)