From f47aaa2a61c7f8100eee77e83ee17fb3bc3003af Mon Sep 17 00:00:00 2001 From: "Zachary J. Slater" Date: Sun, 7 Aug 2016 23:53:38 -1000 Subject: [PATCH] Minor URL change. --- misc/linux/server_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/linux/server_compile.sh b/misc/linux/server_compile.sh index ed78be92..66bdc652 100644 --- a/misc/linux/server_compile.sh +++ b/misc/linux/server_compile.sh @@ -14,7 +14,7 @@ echo "This process requires you to have the following installed through your dis git and all of the ioquake3 dependencies necessary for an ioquake3 server. If you do not have the necessary dependencies this script will bail out. - Please post a message to http://community.ioquake.org/ asking for help and include whatever error messages you received during the compile phase. + Please post a message to http://discourse.ioquake.org/ asking for help and include whatever error messages you received during the compile phase. Please edit this script. Inside you will find a COPYDIR variable you can alter to change where ioquake3 will be installed to." while true; do read -p "Are you ready to compile ioquake3 in the $IOQ3LOCAL directory, and have it installed into $COPYDIR? " yn