From 4c0c99fc54f0a0dc7eb8cd78c4e23aee34e2e236 Mon Sep 17 00:00:00 2001 From: rhld16 <24809571+rhld16@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:40:49 +0000 Subject: [PATCH] fix: add a few edgecases to replace script (#1531) --- .github/replace.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/replace.py b/.github/replace.py index 0e9bc9091..52b1d0694 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -33,6 +33,10 @@ 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) + text = re.sub("/non-english#reading10", "/non-english#reading-9", text) + text = re.sub("/storage#satellite-.26amp.3B_street_view_maps", "/storage#satellite-street-view-maps", text) # Base64-decoder script link text = re.sub(