diff options
author | Pierre Le Marre <dev@wismill.eu> | 2023-06-23 11:23:18 +0200 |
---|---|---|
committer | Wismill <dev@wismill.eu> | 2023-06-26 09:50:01 +0200 |
commit | eec389037e335ba37c573c9436c03496a519d49d (patch) | |
tree | 1f55b2bcdd81ed290dde18ceaa432eb18db372bd | |
parent | f3210cbf27c79ed4294f85271476c6433446102f (diff) | |
download | libxkbcommon-eec389037e335ba37c573c9436c03496a519d49d.tar.gz libxkbcommon-eec389037e335ba37c573c9436c03496a519d49d.tar.bz2 libxkbcommon-eec389037e335ba37c573c9436c03496a519d49d.zip |
Fix typo in ensure-stable-doc-urls.py
-rwxr-xr-x | scripts/ensure-stable-doc-urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |