diff --git a/app/src/main/java/fr/gouv/etalab/mastodon/activities/AboutActivity.java b/app/src/main/java/fr/gouv/etalab/mastodon/activities/AboutActivity.java index f0ce89fc9..38a75e5b7 100644 --- a/app/src/main/java/fr/gouv/etalab/mastodon/activities/AboutActivity.java +++ b/app/src/main/java/fr/gouv/etalab/mastodon/activities/AboutActivity.java @@ -105,7 +105,7 @@ public class AboutActivity extends BaseActivity implements OnRetrieveRemoteAccou about_code.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/stom79/mastalab")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.com/tom79/mastalab")); startActivity(browserIntent); } }); @@ -149,7 +149,7 @@ public class AboutActivity extends BaseActivity implements OnRetrieveRemoteAccou about_wiki.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/stom79/mastalab/wiki")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://mastalab.app/how-to-in-short-videos/")); startActivity(browserIntent); } }); diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index 235871511..487bbb373 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -81,7 +81,7 @@ android:text="PayPal" android:layout_width="wrap_content" android:layout_height="wrap_content" - /> + tools:ignore="HardcodedText" /> + /> License: GNU GPL V3 Source code: - Github + GitLab Translation of toots: Powered by Yandex.Translate Search instances: @@ -620,6 +620,7 @@ Change notification sound Select Tone Enable time slot + How To Videos Never