From 94615a4fd4df4e3f88163fb5aab9a6c152c95632 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 26 Feb 2024 15:43:33 +0000 Subject: [PATCH] docs: Update link for tests in README This PR updates the link for the tests in README for Kata Containers. Fixes #9160 Signed-off-by: Gabriela Cervantes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6befc30f94..118a466a74 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The table below lists the core parts of the project: | [agent](src/agent) | core | Management process running inside the virtual machine / POD that sets up the container environment. | | [`dragonball`](src/dragonball) | core | An optional built-in VMM brings out-of-the-box Kata Containers experience with optimizations on container workloads | | [documentation](docs) | documentation | Documentation common to all components (such as design and install documentation). | -| [tests](https://github.com/kata-containers/tests) | tests | Excludes unit tests which live with the main code. | +| [tests](tests) | tests | Excludes unit tests which live with the main code. | ### Additional components