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",