fix: add two edgecases to replace script

This commit is contained in:
rhld16 2024-02-11 19:31:49 +00:00 committed by GitHub
parent 007e5f81f7
commit ac63380e94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.github/replace.py vendored
View file

@ -33,6 +33,8 @@ def individual(text: str):
)
text = re.sub("/base64/#do-k-ument", "/base64/#do_k_ument", text)
text = re.sub("/devtools/#machine-learning2", "/devtools/#machine-learning-1", text)
text = re.sub("/linuxguide#software-sites2", "/linuxguide#software-sites-1", text)
text = re.sub("/linuxguide#software_sites", "/linuxguide#software_sites", text)
# Base64-decoder script link
text = re.sub(