From 7cc97b63ec3669b19f4493401de7020d9cd57978 Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Sat, 30 Aug 2025 20:23:26 -1000 Subject: [PATCH] Update Makefile to point to the news post... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31a6ef1e..4e023316 100644 --- a/Makefile +++ b/Makefile @@ -1528,7 +1528,7 @@ ifneq ($(I_ACKNOWLEDGE_THE_MAKEFILE_IS_DEPRECATED),1) @echo " For more information please read the following " @echo " ioquake3 news post:" @echo "" - @echo " https://ioquake3.org/news/" + @echo "https://ioquake3.org/ioquake3/breaking-changes-ioquake3-switching-to-cmake-makefile-deprecated/" @echo "" @echo " If you are a developer who uses ioquake3 for your project, please read and" @echo " comment on this GitHub issue:"