chore: Fix Discord badge & Weblate link (#960)
This commit is contained in:
parent
c1157e7d5b
commit
7df225c358
3 changed files with 4 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ Before you start, please note that the ability to use following technologies is
|
|||
|
||||
# Translations
|
||||
|
||||
Translations are done externally via [Crowdin](https://crowdin.com/project/komikku).
|
||||
Translations are done externally via [Weblate](https://hosted.weblate.org/engage/komikku-app/).
|
||||
|
||||
|
||||
# Forks
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
*Requires Android 8.0 or higher.*
|
||||
|
||||
[](https://discord.gg/85jB7V5AJR)
|
||||
[](https://discord.gg/85jB7V5AJR)
|
||||
[](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml)
|
||||
[](/LICENSE)
|
||||
[](https://hosted.weblate.org/engage/komikku-app/)
|
||||
|
|
@ -129,7 +129,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc
|
|||
[Website](https://komikku-app.github.io/)
|
||||
|
||||
1. **Before reporting a new issue, take a look at the [FAQ](https://mihon.app/docs/faq/general), the [changelog](https://github.com/komikku-app/komikku/releases) and the already opened [issues](https://github.com/komikku-app/komikku/issues).**
|
||||
2. If you are unsure, ask here: [](https://discord.gg/85jB7V5AJR)
|
||||
2. If you are unsure, ask here: [](https://discord.gg/85jB7V5AJR)
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
|
|
@ -229,8 +229,7 @@ class AboutScreen : Screen() {
|
|||
title = stringResource(MR.strings.help_translate),
|
||||
onPreferenceClick = {
|
||||
uriHandler.openUri(
|
||||
"https://crowdin.com/project/komikku/" +
|
||||
"invite?h=f922abd4193e77309b084a08c74b89872112170",
|
||||
"https://hosted.weblate.org/engage/komikku-app/",
|
||||
)
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue