diff options
| author | Christian Cleberg <[email protected]> | 2024-01-12 22:31:14 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-01-12 22:31:14 -0600 |
| commit | 30af2e8feb14d22e4e8d31b83914303756cab8b0 (patch) | |
| tree | 5a3da2c48f2a822ecd8bf9a5012f06ca5c8a31ea /templates/index.html | |
| parent | 8a3a059eeca0018c3cc2ccb6bc103ac73771abf4 (diff) | |
| download | cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.tar.gz cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.tar.bz2 cleberg.net-30af2e8feb14d22e4e8d31b83914303756cab8b0.zip | |
fix: 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 3e5f980..a662f27 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://git.sr.ht/~cyborg/" target="_blank" rel="noopener">Sourcehut</a></li> + <li><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">GitHub</a></li> </ul> </section> {% endblock content %} |
