From 1e1dea83ccd12408cd572b06d60a5755f5728809 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 15 Apr 2024 10:39:46 +0000 Subject: [PATCH] Fix GitLab project URL --- kleidicv/include/kleidicv/kleidicv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kleidicv/include/kleidicv/kleidicv.h b/kleidicv/include/kleidicv/kleidicv.h index c9131b499..f08c492f9 100644 --- a/kleidicv/include/kleidicv/kleidicv.h +++ b/kleidicv/include/kleidicv/kleidicv.h @@ -6,7 +6,7 @@ /// /// For documentation of the KleidiCV C API see @ref kleidicv.h /// -/// Project page: https://gitlab.arm.com/kleidicv/kleidicv +/// Project page: https://gitlab.arm.com/kleidi/kleidicv /// /// KleidiCV shall use Semantic /// Versioning 2.0.0. The public API is defined according to what is -- GitLab