diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-02-15 14:13:46 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-02-15 14:13:46 -0600 |
commit | 467a57f946dd73e05a299d8b406a2b2abc74b9b9 (patch) | |
tree | 479209169732e4d8e5f0c8fcbddb93bb8accd709 /templates/index.html | |
parent | 85c1c87a0042abe810153f81ea2760c5b7ff38cc (diff) | |
download | cleberg.net-467a57f946dd73e05a299d8b406a2b2abc74b9b9.tar.gz cleberg.net-467a57f946dd73e05a299d8b406a2b2abc74b9b9.tar.bz2 cleberg.net-467a57f946dd73e05a299d8b406a2b2abc74b9b9.zip |
update git links
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index a662f27..914f748 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@ <ul> <li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li> <li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li> - <li><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">GitHub</a></li> + <li><a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">GitHub</a></li> </ul> </section> {% endblock content %} |