From 5ccfdc55abaf64ff141d926f32790cc9b7f156d3 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Wed, 14 Jun 2023 08:45:08 +0300 Subject: [PATCH] refactor: rename Github organization --- CONTRIBUTING.md | 8 ++++---- PRIVACY.md | 2 +- README.md | 4 ++-- app/src/main/assets/PRIVACY.md | 2 +- .../java/gr/thmmy/mthmmy/activities/AboutActivity.java | 2 +- app/src/main/res/values/strings.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f53cf71..e7210da9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,15 +35,15 @@ Pull requests with fixes and improvements to mTHMMY are most welcome. Any develo follow the workflow below to make a pull request (PR): 1. Fork the project into your personal space on Github -1. Create a feature branch, away from [develop](https://github.com/ThmmyNoLife/mTHMMY/tree/develop) +1. Create a feature branch, away from [develop](https://github.com/THMMYgr/mTHMMY/tree/develop) 1. Push the commit(s) to your fork -1. Create a PR targeting [develop at mTHMMY](https://github.com/ThmmyNoLife/mTHMMY/tree/develop) +1. Create a PR targeting [develop at mTHMMY](https://github.com/THMMYgr/mTHMMY/tree/develop) 1. Fill the PR title describing the change you want to make 1. Fill the PR description with a brief motive for your change and the method you used to achieve it 1. Submit the PR. [google-play]: https://play.google.com/store/apps/details?id=gr.thmmy.mthmmy -[github-issues]: https://github.com/ThmmyNoLife/mTHMMY/issues +[github-issues]: https://github.com/THMMYgr/mTHMMY/issues [discord-server]: https://discord.gg/CVt3yrn -[sisyphus]: https://github.com/ThmmyNoLife/Sisyphus +[sisyphus]: https://github.com/THMMYgr/Sisyphus [firebase-console]: https://console.firebase.google.com/ diff --git a/PRIVACY.md b/PRIVACY.md index 8e69038c..dcae6885 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -69,7 +69,7 @@ mTHMMY may contain links to third-party websites. Any access to and use of such ## Policy Updates -We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at . +We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at . ## Contact Us diff --git a/README.md b/README.md index d0abfee1..c1d3d8c5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # mTHMMY -[![GitHub release](https://img.shields.io/github/release/ThmmyNoLife/mTHMMY.svg?color=orange)](https://github.com/ThmmyNoLife/mTHMMY/releases) +[![GitHub release](https://img.shields.io/github/release/THMMYgr/mTHMMY.svg?color=orange)](https://github.com/THMMYgr/mTHMMY/releases) [![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=21) [![Discord Channel](https://img.shields.io/discord/252539000571559947?style=flat&color=738bd7&label=discord)][discord-server] -![Last Commit](https://img.shields.io/github/last-commit/ThmmyNoLife/mTHMMY/develop.svg?style=flat) +![Last Commit](https://img.shields.io/github/last-commit/THMMYgr/mTHMMY/develop.svg?style=flat) ![mTHMMY logo](app/src/main/res/mipmap-xhdpi/ic_launcher_round.png) diff --git a/app/src/main/assets/PRIVACY.md b/app/src/main/assets/PRIVACY.md index 8e69038c..dcae6885 100644 --- a/app/src/main/assets/PRIVACY.md +++ b/app/src/main/assets/PRIVACY.md @@ -69,7 +69,7 @@ mTHMMY may contain links to third-party websites. Any access to and use of such ## Policy Updates -We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at . +We may update this Privacy Policy from time to time and, thus, you are advised to review it periodically. The most recent version of our Privacy Policy can be found at . ## Contact Us diff --git a/app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java b/app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java index 4fb4805b..b0af3c94 100644 --- a/app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java +++ b/app/src/main/java/gr/thmmy/mthmmy/activities/AboutActivity.java @@ -105,7 +105,7 @@ public class AboutActivity extends BaseActivity { if (gitExists) { versionTextView.setOnClickListener(view -> { - Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/ThmmyNoLife/mTHMMY/commit/" + BuildConfig.COMMIT_HASH)); + Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/THMMYgr/mTHMMY/commit/" + BuildConfig.COMMIT_HASH)); startActivity(intent); }); } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 458250d0..27dcaa67 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -102,7 +102,7 @@ Do not hesitate to contact us for any technical matter, either by email at thmmynolife@gmail.com, or by joining our Discord server using https://discord.gg/CVt3yrn​. For account-related issues, please contact the administration team of thmmy.gr by email at contact@thmmy.gr. Open Source - The source code of mTHMMY can be found on Github at https://github.com/ThmmyNoLife/mTHMMY, along with further details of how one can contribute. + The source code of mTHMMY can be found on Github at https://github.com/THMMYgr/mTHMMY, along with further details of how one can contribute. You should see a funny pic! Privacy policy