File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,12 @@ const String FEEDBACK = 'Feedback';
185
185
const String FQA = 'FAQ' ;
186
186
const String PRIVACY = 'Privacy Policy' ;
187
187
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' ;
191
194
192
195
const String ERR_WRONG_CODE_RECEIVER = """Oops..
193
196
If you’re sure this is the right code: Either the sender is no longer connected, or the code was already used.
You can’t perform that action at this time.
0 commit comments