summaryrefslogtreecommitdiff
path: root/zola
diff options
context:
space:
mode:
Diffstat (limited to 'zola')
-rw-r--r--zola/content/_index.md2
-rw-r--r--zola/templates/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md
index ab4b707..d3c7940 100644
--- a/zola/content/_index.md
+++ b/zola/content/_index.md
@@ -6,7 +6,7 @@ title = "Home"
You can find articles [in the articles section](articles). Also, between 2020 and 2022 I wrote Linux articles for the [Baeldung](https://www.baeldung.com) website, [you can read them here](https://www.baeldung.com/linux/author/nicolasdato).
-When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](/git).
+When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](https://git.ndato.com).
### About this site development
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 83ab4f2..8b5a182 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -21,7 +21,7 @@
<menu>
<li><a href="/">Home</a></li>
<li><a href="/articles">Articles</a></li>
- <li><a href="/git">Git</a></li>
+ <li><a href="https://git.ndato.com/">Git</a></li>
<li><a href="/cv">CV / Resume</a></li>
<li><a href="/contact">Contact</a></li>
</menu>