From a4b31db6a986fe1db2260b4f55c9da7886859c37 Mon Sep 17 00:00:00 2001 From: Tomasz Knura Date: Tue, 7 Jul 2026 18:19:43 +0200 Subject: [PATCH] docs: fix broken GUAC integration link in README The guide at docs.chainloop.dev/guides/guac/ no longer exists (404). Point the GUAC integration reference to the plugin's README in this repository. closes https://linear.app/chainloop/issue/sol-57 Signed-off-by: Tomasz Knura --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bde433d2..b2e213b6b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Compliance and Security teams can [craft](https://docs.chainloop.dev/guides/cust ### We meet you where you are with third-party integrations -Operators can set up third-party integrations such as [Dependency-Track](https://docs.chainloop.dev/guides/dependency-track), or [Guac](https://docs.chainloop.dev/guides/guac/) for SBOM analysis or a storage backend such as an OCI registry, or cloud blob storage to place the received artifacts, pieces of evidence and attestation metadata. +Operators can set up third-party integrations such as [Dependency-Track](https://docs.chainloop.dev/guides/dependency-track), or [Guac](https://github.com/chainloop-dev/chainloop/blob/main/app/controlplane/plugins/core/guac/v1/README.md) for SBOM analysis or a storage backend such as an OCI registry, or cloud blob storage to place the received artifacts, pieces of evidence and attestation metadata. ![Chainloop Overview](./docs/img/overview-2.png)