summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorKeunes <11229646+keunes@users.noreply.github.com>2020-12-10 23:15:28 +0100
committerGitHub <noreply@github.com>2020-12-10 23:15:28 +0100
commitf2c26b11c6896a29519c2eb8166ee6e25f9bdd8d (patch)
tree2e0ffdc8fd96f8e7d0f1ff16215b12a0d625b916 /app/src/main/res
parent04c629df960012336bfb9567a7718cf9dd9145d1 (diff)
downloadAntennaPod-f2c26b11c6896a29519c2eb8166ee6e25f9bdd8d.zip
Correct website links (#4740)
With our new website, some of the links have changed. Also, the FAQ is no more.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml4
-rw-r--r--app/src/main/res/xml/preferences_about.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 1630dc2f9..805dff47d 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -53,8 +53,8 @@
android:key="project"
android:title="@string/project_pref">
<Preference
- android:key="prefFaq"
- android:title="@string/pref_faq"
+ android:key="prefDocumentation"
+ android:title="@string/documentation_support"
android:icon="?attr/ic_questionmark" />
<Preference
android:key="prefViewForum"
diff --git a/app/src/main/res/xml/preferences_about.xml b/app/src/main/res/xml/preferences_about.xml
index 475a1152f..f56b7f2ac 100644
--- a/app/src/main/res/xml/preferences_about.xml
+++ b/app/src/main/res/xml/preferences_about.xml
@@ -17,7 +17,7 @@
<Preference
android:key="about_privacy_policy"
android:icon="?attr/ic_questionmark"
- android:summary="https://antennapod.org/privacy.html"
+ android:summary="www.antennapod.org/privacy"
android:title="@string/privacy_policy"/>
<Preference
android:key="about_licenses"