From 0f976ae7484d1b475415e2758851411d0cb3808c Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Tue, 15 Jun 2021 18:13:29 +0200
Subject: [PATCH] moved uffd repo

---
 uffd/templates/base.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uffd/templates/base.html b/uffd/templates/base.html
index 5ab3cba8..023c3328 100644
--- a/uffd/templates/base.html
+++ b/uffd/templates/base.html
@@ -105,8 +105,8 @@
 					<li class="list-inline-item"><a href="{{ link.url }}">{{ link.title }}</a></li>
 					{% endfor %}
 					<li class="list-inline-item float-right">
-						<a href="https://git.cccv.de/infra/uffd/uffd/">Sourcecode</a>
-						<a target="_blank" href="https://git.cccv.de/infra/uffd/uffd/-/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">Version: {{ gitversion.hash }}</span></a>
+						<a href="https://git.cccv.de/uffd/uffd/">Sourcecode</a>
+						<a target="_blank" href="https://git.cccv.de/uffd/uffd/-/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">Version: {{ gitversion.hash }}</span></a>
 					</li>
 				</ul>
 			</div>
-- 
GitLab