aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-changelog.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-14 07:41:02 -0300
committerEuAndreh <eu@euandre.org>2021-07-14 07:44:08 -0300
commitc6a53a4ce4e645a702cd8f01ee4f6e864fed9a61 (patch)
tree105e4455f4e6f5d19f52d99a08bb96200664fdc2 /aux/workflow/assert-changelog.sh
parentpo/LC_MESSAGES/CHANGELOG.en.md/: Fix links to translated homepages (diff)
downloadgit-permalink-c6a53a4ce4e645a702cd8f01ee4f6e864fed9a61.tar.gz
git-permalink-c6a53a4ce4e645a702cd8f01ee4f6e864fed9a61.tar.xz
CHANGELOG.md: Link to the translated page, and to en/ version explicitly
Diffstat (limited to 'aux/workflow/assert-changelog.sh')
-rwxr-xr-xaux/workflow/assert-changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh
index 11088a8..7f9117f 100755
--- a/aux/workflow/assert-changelog.sh
+++ b/aux/workflow/assert-changelog.sh
@@ -31,7 +31,7 @@ if [ -z "${PROJECT_UC:-}" ]; then
PROJECT_UC="$PROJECT"
fi
-HOMEPAGE_LINK="Changelog for [$PROJECT_UC](https://$TLD/$PROJECT/)."
+HOMEPAGE_LINK="Changelog for [$PROJECT_UC](https://$TLD/$PROJECT/en/)."
if ! grep -qF "$HOMEPAGE_LINK" CHANGELOG.md; then
echo "Missing link to homepage in CHANGELOG.md:" >&2