Skip to content

Commit d62062f

Browse files
Donatas Puidokasewanas
authored andcommitted
set urls to our readme
1 parent 82ebed6 commit d62062f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/constants/app_constants.dart

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,12 @@ const String FEEDBACK = 'Feedback';
185185
const String FQA = 'FAQ';
186186
const String PRIVACY = 'Privacy Policy';
187187

188-
const String FEEDBACK_LINK = 'https://www.google.com';
189-
const String FQA_LINK = 'https://www.google.com';
190-
const String PRIVACY_LINK = 'https://www.google.com';
188+
const String FEEDBACK_LINK =
189+
'https://github.com/LeastAuthority/destiny/blob/main/README.md';
190+
const String FQA_LINK =
191+
'https://github.com/LeastAuthority/destiny/blob/main/README.md';
192+
const String PRIVACY_LINK =
193+
'https://github.com/LeastAuthority/destiny/blob/main/README.md';
191194

192195
const String ERR_WRONG_CODE_RECEIVER = """Oops..
193196
If you’re sure this is the right code: Either the sender is no longer connected, or the code was already used.

0 commit comments

Comments
 (0)