From b6e98b57839d2a67cf9d56438ba82fab2b1dc3f6 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 4 Feb 2021 17:48:41 -0600 Subject: [PATCH] Update the get.pinniped.dev redirect to always point at the latest version. I messed this up before because the ordering of the path components is a bit different than in the specific version case. Signed-off-by: Matt Moyer --- site/redirects/get.pinniped.dev/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/redirects/get.pinniped.dev/netlify.toml b/site/redirects/get.pinniped.dev/netlify.toml index f61f57fd..2618e31f 100644 --- a/site/redirects/get.pinniped.dev/netlify.toml +++ b/site/redirects/get.pinniped.dev/netlify.toml @@ -1,7 +1,7 @@ [[redirects]] from = "/latest/*" - to = "https://github.com/vmware-tanzu/pinniped/releases/download/v0.4.1/:splat" + to = "https://github.com/vmware-tanzu/pinniped/releases/latest/download/:splat" status = 302 force = true