|
@@ -149,7 +149,7 @@ object AboutScreen : Screen() {
|
|
|
item {
|
|
|
TextPreferenceWidget(
|
|
|
title = stringResource(R.string.help_translate),
|
|
|
- onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/docs/contribution#translation") },
|
|
|
+ onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/docs/contribute#translation") },
|
|
|
)
|
|
|
}
|
|
|
|
|
@@ -163,7 +163,7 @@ object AboutScreen : Screen() {
|
|
|
item {
|
|
|
TextPreferenceWidget(
|
|
|
title = stringResource(R.string.privacy_policy),
|
|
|
- onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/privacy") },
|
|
|
+ onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/privacy/") },
|
|
|
)
|
|
|
}
|
|
|
|