diff options
| -rw-r--r-- | content/blog/trying-out-helix.md | 2 | ||||
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
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 }} |
