aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-06 11:32:06 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-06 11:32:06 +0100
commitb93daf1fb743f09d48595f554d93a49fe448d6b7 (patch)
tree73e6b9f901fce23bc901c0be5422f7268a7ff809 /CMakeLists.txt
parent6545d250e8f3e10385cbf86f0d7f46feb7b2456c (diff)
downloadPrismLauncher-b93daf1fb743f09d48595f554d93a49fe448d6b7.tar.gz
PrismLauncher-b93daf1fb743f09d48595f554d93a49fe448d6b7.tar.bz2
PrismLauncher-b93daf1fb743f09d48595f554d93a49fe448d6b7.zip
fix: update news links to point to polymc.org
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf1b222b..e2545ba5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,8 +46,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
##################################### Set Application options #####################################
######## Set URLs ########
-set(Launcher_NEWS_RSS_URL "https://polymc.github.io/feed/feed.xml" CACHE STRING "URL to fetch PolyMC's news RSS feed from.")
-set(Launcher_NEWS_OPEN_URL "https://polymc.github.io/news/" CACHE STRING "URL that gets opened when the user clicks 'More News'")
+set(Launcher_NEWS_RSS_URL "https://polymc.org/feed/feed.xml" CACHE STRING "URL to fetch PolyMC's news RSS feed from.")
+set(Launcher_NEWS_OPEN_URL "https://polymc.org/news" CACHE STRING "URL that gets opened when the user clicks 'More News'")
set(Launcher_HELP_URL "https://polymc.org/wiki/%1" CACHE STRING "URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help")
######## Set version numbers ########