From c76373d5214936b25547ca484c33a79fd6393dac Mon Sep 17 00:00:00 2001 From: rhld16 <24809571+rhld16@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:44:36 +0000 Subject: [PATCH] and ofc I mess one up --- .github/replace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/replace.py b/.github/replace.py index 9f2c849a3..52b1d0694 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -34,7 +34,7 @@ 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("/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)