From be635f0b8d334dabb7e91f17d9725c0dd520ea7e Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Thu, 5 Sep 2024 17:10:06 +0200 Subject: [PATCH] fix gitea url --- config/_default/languages.en.toml | 2 +- config/_default/languages.nl.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 1310eaa..3eef83d 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -23,5 +23,5 @@ description = "Website of Mans Ziesel" # { email = "mailto:mans@mziesel.com" }, { github = "https://github.com/mansziesel" }, { linkedin = "https://linkedin.com/in/mansziesel" }, - { gitlab = "https:/git.mziesel.nl/mans" }, + { gitlab = "https://git.mziesel.nl/mans" }, ] diff --git a/config/_default/languages.nl.toml b/config/_default/languages.nl.toml index 0ea2b39..027f4c6 100644 --- a/config/_default/languages.nl.toml +++ b/config/_default/languages.nl.toml @@ -33,7 +33,7 @@ description = "Website van Mans Ziesel" # { flickr = "https://www.flickr.com/photos/mansziesel/" }, # { foursquare = "https://foursquare.com/mansziesel" }, { github = "https://github.com/mansziesel" }, - { gitlab = "https:/git.mziesel.nl/mans" }, + { gitlab = "https://git.mziesel.nl/mans" }, # { google = "https://www.google.com/" }, # { hashnode = "https://mansziesel.hashnode.dev" }, # { instagram = "https://instagram.com/mansziesel" },