From 906a2d76bddb0bf95bd9a5335ed556dc4f380838 Mon Sep 17 00:00:00 2001
From: Dom <domomg@users.noreply.github.com>
Date: Sat, 2 Apr 2016 10:37:48 +0200
Subject: [PATCH] Update install_ut2k4_key.sh

The old URL gives a 404.
---
 functions/install_ut2k4_key.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions/install_ut2k4_key.sh b/functions/install_ut2k4_key.sh
index 35a9599f6..b959cf96b 100644
--- a/functions/install_ut2k4_key.sh
+++ b/functions/install_ut2k4_key.sh
@@ -10,10 +10,10 @@ echo "================================="
 sleep 1
 echo "To get your server listed on the Master Server list"
 echo "you must get a free CD key. Get a key here:"
-echo "http://www.unrealtournament.com/ut2004server/cdkey.php"
+echo "https://forums.unrealtournament.com/utserver/cdkey.php?2004"
 echo ""
 echo "Once you have the key enter it below"
 echo -n "KEY: "
 read CODE
 echo ""\""CDKey"\""="\""${CODE}"\""" > "${systemdir}/cdkey"
-echo ""
\ No newline at end of file
+echo ""