diff options
author | EuAndreh <eu@euandre.org> | 2021-07-15 11:04:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-15 11:04:58 -0300 |
commit | 4966fb2479e5c3c1e1d595a788123384dc34186e (patch) | |
tree | 4a18c48a0af611b6d8f61ceec7fecaaa3e87d2db /aux/workflow/assert-readme.sh | |
parent | Makefile: Delete .mo and test files in "clean" target (diff) | |
download | git-permalink-4966fb2479e5c3c1e1d595a788123384dc34186e.tar.gz git-permalink-4966fb2479e5c3c1e1d595a788123384dc34186e.tar.xz |
Add trailing /en/ to all default URLs, and the equivalent for translations
Diffstat (limited to 'aux/workflow/assert-readme.sh')
-rwxr-xr-x | aux/workflow/assert-readme.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 840c5fd..99ec692 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -47,12 +47,12 @@ Send contributions to the [mailing list] via [\`git send-email\`](https://git-se ## Links -- [homepage](https://$TLD/$PROJECT/) +- [homepage](https://$TLD/$PROJECT/en/) - [source code](https://git.euandreh.xyz/$PROJECT/) - [bug tracking](https://$TLD/$PROJECT/TODOs.html) - [mailing list] - [CI logs](https://$TLD/$PROJECT/ci.html) -- [CHANGELOG](https://$TLD/$PROJECT/CHANGELOG.html) +- [CHANGELOG](https://$TLD/$PROJECT/en/CHANGELOG.html) [mailing list]: https://lists.sr.ht/~euandreh/$MAILING_LIST?search=%5B$PROJECT%5D EOF |