diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 20:54:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 20:54:49 -0300 |
commit | 60ea3b95a000353a7522c8d4952484c40a12ce8b (patch) | |
tree | e48594dd37fa70930fbaf78ce1dbed41530d1587 /aux/workflow/README.sh | |
parent | Suppress rsync stderr from CI logs (diff) | |
download | euandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.gz euandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.xz |
Remove about/ suffix from Git repo links
Diffstat (limited to 'aux/workflow/README.sh')
-rwxr-xr-x | aux/workflow/README.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh index e30344f..aa5cbe6 100755 --- a/aux/workflow/README.sh +++ b/aux/workflow/README.sh @@ -24,7 +24,7 @@ cat <<EOF > "$LINKS" # Links - [home page](https://$PROJECT.euandreh.xyz) -- [source code](https://git.euandreh.xyz/$PROJECT/about/) +- [source code](https://git.euandreh.xyz/$PROJECT/) - [bug tracking](https://$PROJECT.euandreh.xyz/TODOs.html) - [mailing list](https://lists.sr.ht/~euandreh/$MAILING_LIST?search=%5B$PROJECT%5D) - [CI logs](https://$PROJECT.euandreh.xyz/ci.html) |