diff --git a/FAQ.md b/FAQ.md index 039720d286..61a8e27ef0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,4 @@ + # FairEmail support If you have a question, please check the following frequently asked questions first. diff --git a/app/src/main/java/eu/faircode/email/Helper.java b/app/src/main/java/eu/faircode/email/Helper.java index 89e90b5a59..1469cbec49 100644 --- a/app/src/main/java/eu/faircode/email/Helper.java +++ b/app/src/main/java/eu/faircode/email/Helper.java @@ -152,7 +152,7 @@ public class Helper { static final String PGP_BEGIN_MESSAGE = "-----BEGIN 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 SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport"; static final String TEST_URI = "https://play.google.com/apps/testing/" + BuildConfig.APPLICATION_ID;