Change website URLs to reflect changes (#9916)

Change website URLs
This commit is contained in:
Soitora
2023-09-11 00:11:00 +02:00
committed by GitHub
parent 36f1e0e476
commit f5e0cee36c
18 changed files with 20 additions and 20 deletions

View File

@@ -175,7 +175,7 @@ fun WebViewScreenContent(
WarningBanner(
textRes = R.string.information_cloudflare_help,
modifier = Modifier.clickable {
uriHandler.openUri("https://tachiyomi.org/help/guides/troubleshooting/#solving-cloudflare-issues")
uriHandler.openUri("https://tachiyomi.org/docs/guides/troubleshooting/#cloudflare")
},
)
}