Change website URLs to reflect changes (#9916)

Change website URLs

(cherry picked from commit f5e0cee36cae3aed564b89a31317eb99026e4090)

# Conflicts:
#	.github/workflows/issue_moderator.yml
#	README.md
This commit is contained in:
Soitora
2023-09-11 00:11:00 +02:00
committed by Jobobby04
parent 6cdb34681c
commit 4cf8652b09
18 changed files with 26 additions and 19 deletions
@@ -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")
},
)
}