From 2229cd5d00bf7cc537943d4f8d0f57842b4d21f0 Mon Sep 17 00:00:00 2001 From: bsod Date: Sat, 9 Jan 2021 23:15:42 +0100 Subject: [PATCH] Fix git link the old link was still pointing to the gitlab explore page. The URL in gitea is a litte bit different though. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index eb6313e..98eb116 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,6 @@ include: [".well-known"] external: - name: "Git" - url: "https://git.zom.bi/explore/projects" + url: "https://git.zom.bi/explore/repos" - name: "Wiki" url: "https://w.zom.bi"