diff --git a/.github/replace.py b/.github/replace.py index 1c2ce91f0..0e9870205 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -160,6 +160,11 @@ def replace_pages(text): "/internet-tools", text, ) + text = re.sub( + "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media", + "/social-media-tools", + text, + ) text = re.sub( "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools", "/text-tools",