From 39d11b486f15b8c54a8f32ed4bbd017b2320715c Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 20 Dec 2018 14:30:37 +0000 Subject: [PATCH] Fix Quay link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b124c7..de2503a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A list of changes can be seen in the [CHANGELOG](CHANGELOG.md). b. Build with `$ go get github.com/pusher/oauth2_proxy` which will put the binary in `$GOROOT/bin` - c. Using the prebuilt docker image [quay.io/pusher/oauth2_proxy](quay.io/pusher/oauth2_proxy) + c. Using the prebuilt docker image [quay.io/pusher/oauth2_proxy](https://quay.io/pusher/oauth2_proxy) Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v2.3`.