From a1763e9b40d4f22343c773edf0fe23c06c5684c6 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 5 Jul 2022 11:27:21 +0200 Subject: [PATCH] fix links --- app/src/main/java/com/github/libretube/Constants.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/github/libretube/Constants.kt b/app/src/main/java/com/github/libretube/Constants.kt index 2434efbb7..26d940916 100644 --- a/app/src/main/java/com/github/libretube/Constants.kt +++ b/app/src/main/java/com/github/libretube/Constants.kt @@ -16,8 +16,8 @@ const val PIPED_GITHUB_URL = "https://github.com/TeamPiped/Piped" /** * Social media links for the community fragment */ -const val TELEGRAM_URL = "https://libre-tube.github.io/assets/tg-widget.svg)](https://t.me/libretube" -const val MATRIX_URL = "https://libre-tube.github.io/assets/mat-widget.svg)](https://matrix.to/#/#LibreTube:matrix.org" +const val TELEGRAM_URL = "https://t.me/libretube" +const val MATRIX_URL = "https://matrix.to/#/#LibreTube:matrix.org" const val DISCORD_URL = "https://discord.com/invite/Qc34xCj2GV" -const val REDDIT_URL = "https://libre-tube.github.io/assets/rd-widget.svg)](https://www.reddit.com/r/Libretube/" -const val TWITTER_URL = "https://libre-tube.github.io/assets/tw-widget.svg)](https://twitter.com/libretube" \ No newline at end of file +const val REDDIT_URL = "https://www.reddit.com/r/Libretube/" +const val TWITTER_URL = "https://twitter.com/libretube"