cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

30af2e8feb14d22e4e8d31b83914303756cab8b0

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-01-13T04:31:14Z

fix: update git links
 content/services/index.md | 4 +++-
 templates/base.html       | 4 ++--
 templates/index.html      | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/content/services/index.md b/content/services/index.md
index c367e77..c534528 100644
--- a/content/services/index.md
+++ b/content/services/index.md
@@ -14,4 +14,6 @@ description = "Publicly-available services hosted on cleberg.net."
 - [Office](https://office.cleberg.net) - The world\'s smallest office suite
 - [SearXNG](https://search.cleberg.net) - A privacy-respecting, open metasearch engine
 
-See the [git log](https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services/index.md) for this page if you want to see changes that have been made.
+See the [git
+log](https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.md)
+for this page if you want to see changes that have been made.
diff --git a/templates/base.html b/templates/base.html
index 5e54e03..5ec6d73 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,12 +32,12 @@
 			<li><a href="/wiki/">Wiki</a></li>
 		</ul>
 	</nav>
-	
+
 	<main>{% block content %}{% endblock content %}</main>
 
 	<footer>
 		<p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
-		<p><a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
+		<p><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
 		<p><a href="/atom.xml">Atom RSS Feed</a></p>
 	</footer>
 </body>
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 %}