From b7ebbf6a29de325d767e9ba92bc1a9db0b8476d0 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Tue, 11 Jul 2023 11:06:21 +0200 Subject: [PATCH] docs(deployment): make links absolute Signed-off-by: Miguel Martinez Trivino --- deployment/chainloop/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/chainloop/README.md b/deployment/chainloop/README.md index 460bc28c1..a534aa40b 100644 --- a/deployment/chainloop/README.md +++ b/deployment/chainloop/README.md @@ -43,8 +43,8 @@ The default deployment mode relies on external dependencies to be available in a The Helm Chart in this mode includes -- Chainloop [Controlplane](../../app/controlplane) -- Chainloop [Artifact proxy](../../app/artifact-cas) +- Chainloop [Controlplane](https://github.com/chainloop-dev/chainloop/tree/main/app/controlplane) +- Chainloop [Artifact proxy](https://github.com/chainloop-dev/chainloop/tree/main/app/artifact-cas) - A PostgreSQL dependency enabled by default During installation, you'll need to provide @@ -132,8 +132,8 @@ To provide an easy way to give Chainloop a try, this Helm Chart has an **opt-in The Helm Chart in this mode includes -- Chainloop [Controlplane](../../app/controlplane) -- Chainloop [Artifact proxy](../../app/artifact-cas) +- Chainloop [Controlplane](https://github.com/chainloop-dev/chainloop/tree/main/app/controlplane) +- Chainloop [Artifact proxy](https://github.com/chainloop-dev/chainloop/tree/main/app/artifact-cas) - A PostgreSQL dependency enabled by default - **A pre-configured Hashicorp Vault instance running in development mode (unsealed, in-memory, insecure)**