From 3bd359e3c88d54f9eb53fe576c61d29ae2dc63a6 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 21 Feb 2024 10:46:36 +0000 Subject: [PATCH] fixing broken link Signed-off-by: chaosinthecrd --- docs/tutorials/artifact-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/artifact-policy.md b/docs/tutorials/artifact-policy.md index 092ab3cc..b153b7b6 100644 --- a/docs/tutorials/artifact-policy.md +++ b/docs/tutorials/artifact-policy.md @@ -38,7 +38,7 @@ bash -c "echo 'hello' > hello.txt" In this command you will notice a few flags: - `-s build` specifies the step name. This is helpful for identifying which step of the supply chain these particular attestations are from. -- `-a environment` specifies the attestor to use. There are a [wide variety of attestors](../attestors) available which can called in a list using this flag. +- `-a environment` specifies the attestor to use. There are a [wide variety of attestors](/docs/concepts/attestor) available which can called in a list using this flag. - `-k buildkey.pem` specifies the private key we generated to use for signing the attestations. - `-o build-attestation.json` specifies the output file for the attestations to be written to in `json` format.