summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 12:54:50 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 12:54:50 +0100
commitdd31c88a85a0301ea01484f9d3030694b0ecbbce (patch)
tree4e3dbb17fabf658265a17079cff23fd3e36c6dcd
parente5b9062581dec4af2a0be68c8142b3cc295fa63b (diff)
back to codeberg
-rw-r--r--content/blog/trying-out-helix.md2
-rw-r--r--layouts/_default/baseof.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/trying-out-helix.md b/content/blog/trying-out-helix.md
index d8fe994..6fc40e0 100644
--- a/content/blog/trying-out-helix.md
+++ b/content/blog/trying-out-helix.md
@@ -44,4 +44,4 @@ After using Helix for roughly 5 mins, I can say that I feel more comfortable **l
You must have your own opinion on the subject, stop reading stupid blog posts about helix and just give it a shot :)
-If you want to see my helix and neovim config here are my [dot files](https://git.mielota.com/mielota/dox/src/branch/main/home/.config)
+If you want to see my helix and neovim config here are my [dot files](https://codeberg.org/mielota/dox/src/branch/main/home/.config)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 70b1802..466d748 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,7 @@
<nav style="display: flex;justify-content: space-around;">
<a href="/stuff">stuff</a>
<a href="/contact">contact</a>
- <a href="https://git.mielota.com/mielota">git</a>
+ <a href="https://codeberg.org/mielota">git</a>
<a href="https://dns.mielota.com">dns</a>
</nav>
{{ else }}