mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Changed FAQ link
This commit is contained in:
parent
29bcf0899b
commit
9cf72ae8fc
2 changed files with 2 additions and 1 deletions
1
FAQ.md
1
FAQ.md
|
@ -1,3 +1,4 @@
|
||||||
|
<a name="top"></a>
|
||||||
# FairEmail support
|
# FairEmail support
|
||||||
|
|
||||||
If you have a question, please check the following frequently asked questions first.
|
If you have a question, please check the following frequently asked questions first.
|
||||||
|
|
|
@ -152,7 +152,7 @@ public class Helper {
|
||||||
static final String PGP_BEGIN_MESSAGE = "-----BEGIN PGP MESSAGE-----";
|
static final String PGP_BEGIN_MESSAGE = "-----BEGIN PGP MESSAGE-----";
|
||||||
static final String PGP_END_MESSAGE = "-----END PGP MESSAGE-----";
|
static final String PGP_END_MESSAGE = "-----END PGP MESSAGE-----";
|
||||||
|
|
||||||
static final String FAQ_URI = "https://email.faircode.eu/faq/";
|
static final String FAQ_URI = "https://email.faircode.eu/faq/#top";
|
||||||
static final String XDA_URI = "https://forum.xda-developers.com/showthread.php?t=3824168";
|
static final String XDA_URI = "https://forum.xda-developers.com/showthread.php?t=3824168";
|
||||||
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";
|
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";
|
||||||
static final String TEST_URI = "https://play.google.com/apps/testing/" + BuildConfig.APPLICATION_ID;
|
static final String TEST_URI = "https://play.google.com/apps/testing/" + BuildConfig.APPLICATION_ID;
|
||||||
|
|
Loading…
Reference in a new issue