From 09c4264ba1a719863e63dc6707958e33e0795f9d Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 15 Apr 2024 10:03:25 +0000 Subject: [PATCH] Fix link to documentation hosted on GitLab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a33768632..35f8be85b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ processing functions on Arm. It is designed to be simple to import into a wide variety of projects. The library provides a C interface. For details see -[the C API documentation](https://kleidicv.sites.arm.com/kleidicv/). +[the C API documentation](https://kleidi.sites.arm.com/kleidicv/). An adapter layer API is currently provided for: * OpenCV - [available functionality overview](adapters/opencv/doc-opencv.md) -- GitLab