From ce9ad47c59d1e239450dd478d747b1f6eaa020f8 Mon Sep 17 00:00:00 2001 From: Matthias Gutjahr Date: Fri, 6 Mar 2026 10:45:26 +0100 Subject: [PATCH] fix: links to tools scripts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7511f61..b689acd 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Apart from that it contains the basic files to start a [documentation with MkDoc In addition there are the following helper scripts: -* [`tools/create-release.sh`](`tools/create-release.sh`) Helps to create a new release of the extension. -* [`tools/update-pot.sh`](`tools/update-pot.sh`) Extracts translatable strings and updates the `.pot` file. +* [`tools/create-release.sh`](tools/create-release.sh) Helps to create a new release of the extension. +* [`tools/update-pot.sh`](tools/update-pot.sh.template) Extracts translatable strings and updates the `.pot` file. See the help of the scripts for more details. @@ -57,7 +57,7 @@ this template has been updated. details via `install.sh --help`.) The script automatically executes -[`tools/git/init-hooks.sh`](`tools/git/init-hooks.sh`) to initialize the git +[`tools/git/init-hooks.sh`](tools/git/init-hooks.sh) to initialize the git hooks. After running `install.sh`: