Merge pull request #1250 from Rust1667/patch-12

Update replace.py
This commit is contained in:
nbats 2023-12-19 16:46:27 -08:00 committed by GitHub
commit dfefa49b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/replace.py vendored
View File

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