2021-02-23 13:55:42 -06:00
|
|
|
[[redirects]]
|
|
|
|
from = "/"
|
|
|
|
to = "https://pinniped.dev"
|
|
|
|
status = 302
|
|
|
|
force = true
|
2020-11-10 13:58:31 -06:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/latest/*"
|
2021-02-04 17:48:41 -06:00
|
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/latest/download/:splat"
|
2020-11-10 13:58:31 -06:00
|
|
|
status = 302
|
|
|
|
force = true
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/download/:splat"
|
|
|
|
status = 302
|
|
|
|
force = true
|