chore: update website url in app code

This commit is contained in:
Bnyro 2023-09-20 09:16:02 +02:00
parent b77972b08c
commit 72dce05409
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ class AboutActivity : BaseActivity() {
}
companion object {
private const val WEBSITE_URL = "https://libre-tube.github.io/"
private const val WEBSITE_URL = "https://libretube.dev"
private const val GITHUB_URL = "https://github.com/libre-tube/LibreTube"
private const val PIPED_GITHUB_URL = "https://github.com/TeamPiped/Piped"
private const val WEBLATE_URL = "https://hosted.weblate.org/projects/libretube/libretube/"

View File

@ -32,7 +32,7 @@ class HelpActivity : BaseActivity() {
}
companion object {
private const val FAQ_URL = "https://libre-tube.github.io/#faq"
private const val FAQ_URL = "https://libretube.dev/#faq"
private const val MATRIX_URL = "https://matrix.to/#/#LibreTube:matrix.org"
private const val MASTODON_URL = "https://fosstodon.org/@libretube"
private const val LEMMY_URL = "https://feddit.rocks/c/libretube"