From a905d668458966b96304d3be77ae6aa236ad9878 Mon Sep 17 00:00:00 2001 From: Bhurinat Wangsutthitham Date: Tue, 19 Jul 2022 21:52:35 +0700 Subject: [PATCH] fix: invalid documentation link (#2073) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57568a0a02b..055c55cca5a 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ $ ./slsa-verifier-linux-amd64 \ --tag vX.Y.Z ``` When verification passes, it guarantees that the binary you downloaded was generated using the source code of this repository. -If you're interested in reading more about SLSA, visit the official [slsa.dev](slsa.dev). +If you're interested in reading more about SLSA, visit the official [slsa.dev](https://slsa.dev). 1. Add the binary to your `GOPATH/bin` directory (use `go env GOPATH` to identify your directory if necessary)