diff options
author | EuAndreh <eu@euandre.org> | 2021-07-14 07:41:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-14 07:44:08 -0300 |
commit | c6a53a4ce4e645a702cd8f01ee4f6e864fed9a61 (patch) | |
tree | 105e4455f4e6f5d19f52d99a08bb96200664fdc2 /aux/ci | |
parent | po/LC_MESSAGES/CHANGELOG.en.md/: Fix links to translated homepages (diff) | |
download | git-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/ci')
-rwxr-xr-x | aux/ci/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 69dbea3..710451c 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -64,7 +64,7 @@ cat <<EOF >> "$OUT" </head> <body> <h1> - CI logs for <a href="https://$TLD/$PROJECT/">$PROJECT</a> + CI logs for <a href="https://$TLD/$PROJECT/en/">$PROJECT</a> </h1> <ul> EOF |