From c1f4ad17c9d43babfe298af60bd35373cc2c65ec Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 12 Dec 2022 16:24:24 -0500 Subject: [PATCH] Fix broken SLSA link (#899) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 4dcfd9fea2..a08d5164ae 100644 --- a/docs/install.md +++ b/docs/install.md @@ -8,7 +8,7 @@ $ OS=Linux # or Darwin $ ARCH=x86_64 # or arm64, i386, s390x ``` -We generate [SLSA3 provenance](slsa.dev) using the OpenSSF's [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator). To verify our release, install the verification tool from [slsa-framework/slsa-verifier#installation](https://github.com/slsa-framework/slsa-verifier#installation) and verify as follows: +We generate [SLSA3 provenance](https://slsa.dev) using the OpenSSF's [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator). To verify our release, install the verification tool from [slsa-framework/slsa-verifier#installation](https://github.com/slsa-framework/slsa-verifier#installation) and verify as follows: ```shell