commit bca16d0b249c780d19243ebc067b1a5f7b51e381
parent 7923659e0f3f0998968c7096fbeff6ee2966dce7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sun, 21 Aug 2022 03:28:09 +0200
fix: links
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/_includes/nav.html b/_includes/nav.html
@@ -5,7 +5,7 @@
<ul class="navbar">
<li><a href="{{ '/about' | relative_url }}">{% octicon person %}<span> about</span></a></li>
<li><a href="{{ "/feed.xml" | relative_url }}" target="_blank">{% octicon rss %}<span> rss</span></a></li>
- <li><a href="https://codeberg.org/in0rdr">{% octicon repo %}<span> codeberg</span></a></li>
+ <li><a href="https://code.in0rdr.ch">{% octicon repo %}<span> code</span></a></li>
<li><a href="https://github.com/in0rdr">{% octicon mark-github %}<span> github</span></a></li>
<li><a href="https://diary.in0rdr.ch">{% octicon book %}<span> diary</span></a></li>
</ul>
diff --git a/about.md b/about.md
@@ -8,4 +8,4 @@ permalink: /about/
Apart from my [enthusiasm for open source software](https://diary.in0rdr.ch), I'm mainly interested in Distributed Ledgers, Relational Databases, Graph Theory, Reputation Systems and Infrastructure Automation (X as Code) in organizations.
-In my spare time I like to bike, board, ski or [tinker](https://github.com/in0rdr/hashipi) around.
-\ No newline at end of file
+In my spare time I like to bike, board, ski or [tinker](https://code.in0rdr.ch/hashipi) around.