From af611466f30b0abdfdc60b8fbba54de7bfa3e515 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:15:02 -0700 Subject: [PATCH] Update replace.py --- .github/replace.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/replace.py b/.github/replace.py index 52b1d0694..11e529071 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -188,7 +188,11 @@ def replace_pages(text): "/audio-tools", text, ) - + text = re.sub( + "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools", + "/game-tools", + text, + ) text = re.sub( "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video", "/videopiracyguide",