From ac63380e9452d6679eebbde95536ed623d45f1e2 Mon Sep 17 00:00:00 2001 From: rhld16 <24809571+rhld16@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:31:49 +0000 Subject: [PATCH] fix: add two edgecases to replace script --- .github/replace.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/replace.py b/.github/replace.py index 0e9bc9091..fc74d8689 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -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(