From 8f3017f702c1a8402efb836faef1fd844a1bfe9a Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Mon, 2 Mar 2026 21:22:23 +0100 Subject: [PATCH] update Gitea project URL to use the full external link --- includes/config/projects.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/config/projects.php b/includes/config/projects.php index 48a35b6..9114317 100644 --- a/includes/config/projects.php +++ b/includes/config/projects.php @@ -11,7 +11,7 @@ return [ [ 'title' => 'Gitea', 'description' => 'Mein privater Gitea - Server', - 'url' => '/git', + 'url' => 'https://git.fabianschieder.com', 'logo' => '/icons/gitea.svg', 'color' => '#609926', 'external' => true, @@ -74,4 +74,3 @@ return [ ], ], ]; -