aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2023-05-19 16:37:03 -0300
committerGitHub <noreply@github.com>2023-05-19 16:37:03 -0300
commit42ceaa0015217d67245b40adf71120fcd8a739f2 (patch)
treec855c05a89f9aafbbc53b748b37ef12e10e6c1fe /CMakeLists.txt
parentd5c6a1b4d1e6d052e42366d19ffa0047168e030d (diff)
parent90b330d4baf5c3519788c4cc773775733720d7ef (diff)
downloadPrismLauncher-42ceaa0015217d67245b40adf71120fcd8a739f2.tar.gz
PrismLauncher-42ceaa0015217d67245b40adf71120fcd8a739f2.tar.bz2
PrismLauncher-42ceaa0015217d67245b40adf71120fcd8a739f2.zip
Merge pull request #1080 from Scrumplex/update-social-links
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ff26aee..6bd12630 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,13 +164,13 @@ set(Launcher_BUG_TRACKER_URL "https://github.com/PrismLauncher/PrismLauncher/iss
set(Launcher_TRANSLATIONS_URL "https://hosted.weblate.org/projects/prismlauncher/launcher/" CACHE STRING "URL for the translations platform.")
# Matrix Space
-set(Launcher_MATRIX_URL "https://matrix.to/#/#prismlauncher:matrix.org" CACHE STRING "URL to the Matrix Space")
+set(Launcher_MATRIX_URL "https://prismlauncher.org/matrix" CACHE STRING "URL to the Matrix Space")
# Discord URL
-set(Launcher_DISCORD_URL "https://discord.gg/prismlauncher" CACHE STRING "URL for the Discord guild.")
+set(Launcher_DISCORD_URL "https://prismlauncher.org/discord" CACHE STRING "URL for the Discord guild.")
# Subreddit URL
-set(Launcher_SUBREDDIT_URL "https://www.reddit.com/r/PrismLauncher/" CACHE STRING "URL for the subreddit.")
+set(Launcher_SUBREDDIT_URL "https://prismlauncher.org/reddit" CACHE STRING "URL for the subreddit.")
# Builds
set(Launcher_FORCE_BUNDLED_LIBS OFF CACHE BOOL "Prevent using system libraries, if they are available as submodules")