From b293b54b9c47ccebeeb59d0d390eff8297a5fc0a Mon Sep 17 00:00:00 2001 From: TransportLayer <19627710+TransportLayer@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:07:27 -0700 Subject: [PATCH] Replace https://gm4.co/discord and https://gm4.co/wiki with real URLs This ensures that users can always access the real URLs even if the webserver is down or misbehaving and it is consistent with our links to other sites like GitHub and Patreon. While this means we have to replace the URL in a few different files if we ever start using a new Discord invite link, it's very easy to search and replace every instance in every file, and it's nice to have less redirects and dependency on external components (why make a new request that depends on our webserver configuration for an off-site URL when we could directly link the user?). --- site/evergrowth/index.php | 2 +- site/includes/footer.php | 2 +- site/includes/header.php | 2 +- site/index.php | 2 +- site/server.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/evergrowth/index.php b/site/evergrowth/index.php index 4c33f7b..e0cea80 100644 --- a/site/evergrowth/index.php +++ b/site/evergrowth/index.php @@ -71,7 +71,7 @@ function gtag() { Download Latest Resource Pack - + Get Help on Discord diff --git a/site/includes/footer.php b/site/includes/footer.php index 275eb52..2459784 100644 --- a/site/includes/footer.php +++ b/site/includes/footer.php @@ -1,7 +1,7 @@