Renamed GitHub

This commit is contained in:
M66B
2019-07-12 16:57:56 +02:00
parent a37037be3e
commit 77eb810766
3 changed files with 5 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ public class FragmentContacts extends FragmentBase {
private static Intent getIntentHelp() {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://github.com/M66B/open-source-email/blob/master/FAQ.md#user-content-faq84"));
intent.setData(Uri.parse("https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq84"));
return intent;
}