From eec389037e335ba37c573c9436c03496a519d49d Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Fri, 23 Jun 2023 11:23:18 +0200 Subject: [PATCH] Fix typo in ensure-stable-doc-urls.py --- scripts/ensure-stable-doc-urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: