From 9aacb78ee10fa77e5932d0c5c89a459e9fce8c3b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 19 Mar 2024 19:39:02 +0100 Subject: [PATCH] fixed old ingame news link --- docs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.htaccess b/docs/.htaccess index 2e080db..9223279 100644 --- a/docs/.htaccess +++ b/docs/.htaccess @@ -9,4 +9,4 @@ RewriteBase / # legacy redirects RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L] -RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/news" [R=301,L] +RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/ingamenews" [R=301,L]