Commit eec389037e335ba37c573c9436c03496a519d49d

Pierre Le Marre 2023-06-23T11:23:18

Fix typo in ensure-stable-doc-urls.py

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/scripts/ensure-stable-doc-urls.py b/scripts/ensure-stable-doc-urls.py
index 27f8232..9111e49 100755
--- a/scripts/ensure-stable-doc-urls.py
+++ b/scripts/ensure-stable-doc-urls.py
@@ -166,7 +166,7 @@ def generate_redirections(registry_path: Path, doc_dir: Path):
             cool = False
             print(
                 f"ERROR: missing canonical documentation page “{canonical}”. "
-                f"Please update “{registry_path}” using b{RELATIVE_SCRIPT_PATH}”."
+                f"Please update “{registry_path}” using {RELATIVE_SCRIPT_PATH}”."
             )
         # Add a redirection page
         for alias in aliases: