mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Merge pull request #4822 from Bnyro/master
chore: update website url in app code
This commit is contained in:
commit
eb966dbc43
@ -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…
x
Reference in New Issue
Block a user