aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-04-16 10:18:04 +1000
committerGitHub <noreply@github.com>2022-04-16 10:18:04 +1000
commitdb7cb125518e85f555b8816442b2ce2db4648cd8 (patch)
tree51b5cc86e1b1da6544f547255ca55a44046cc60e /CMakeLists.txt
parentef76bd355ae86c1399eed068f3397dfb601b8b4b (diff)
parent1dd663af6eb5f7d72baab7281a47f838077fb4cb (diff)
downloadPrismLauncher-db7cb125518e85f555b8816442b2ce2db4648cd8.tar.gz
PrismLauncher-db7cb125518e85f555b8816442b2ce2db4648cd8.tar.bz2
PrismLauncher-db7cb125518e85f555b8816442b2ce2db4648cd8.zip
Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir
CHANGE: switch the help pages to their own dir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c711fa4d..1350a3ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
######## Set URLs ########
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(Launcher_HELP_URL "https://polymc.org/wiki/help-pages/%1" CACHE STRING "URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help")
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)