From 69b325a31ca8a98f6c79e726aa03641e3c1496b0 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 12 Feb 2024 20:53:25 +0000 Subject: [PATCH] docs: Update CI link into the README This PR updates the CI link into the README as currently we are using GHA workflows and they are now part of the kata containers repository. Fixes #9078 Signed-off-by: Gabriela Cervantes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cdaf8d6a5..6befc30f94 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The table below lists the remaining parts of the project: | [`kata-ctl`](src/tools/kata-ctl) | utility | Tool that provides advanced commands and debug facilities. | | [`trace-forwarder`](src/tools/trace-forwarder) | utility | Agent tracing helper. | | [`runk`](src/tools/runk) | utility | Standard OCI container runtime based on the agent. | -| [`ci`](https://github.com/kata-containers/ci) | CI | Continuous Integration configuration files and scripts. | +| [`ci`](.github/workflows) | CI | Continuous Integration configuration files and scripts. | | [`katacontainers.io`](https://github.com/kata-containers/www.katacontainers.io) | Source for the [`katacontainers.io`](https://www.katacontainers.io) site. | | [`Webhook`](tools/testing/kata-webhook/README.md) | utility | Example of a simple admission controller webhook to annotate pods with the Kata runtime class |