mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
chore: update website url in app code
This commit is contained in:
parent
b77972b08c
commit
72dce05409
@ -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/"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user