mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Use GitHub.io FAQ
This commit is contained in:
parent
e4e20dc777
commit
27cd1c5263
1 changed files with 2 additions and 2 deletions
|
@ -1289,14 +1289,14 @@ public class Helper {
|
|||
String base;
|
||||
String locale = (english ? null : getFAQLocale());
|
||||
if (locale == null)
|
||||
base = "https://email.faircode.eu/faq";
|
||||
base = "https://m66b.github.io/FairEmail/";
|
||||
else
|
||||
base = "https://email.faircode.eu/docs/FAQ-" + locale + ".md";
|
||||
|
||||
if (question == 0)
|
||||
view(context, Uri.parse(base + "#top"), "text/html", false, false);
|
||||
else
|
||||
view(context, Uri.parse(base + "#user-content-faq" + question), "text/html", false, false);
|
||||
view(context, Uri.parse(base + "#faq" + question), "text/html", false, false);
|
||||
}
|
||||
|
||||
static Uri getPrivacyUri(Context context) {
|
||||
|
|
Loading…
Reference in a new issue