2ba5d51120
This avoids a hard link against a docs page that may change over time. Signed-off-by: Monis Khan <mok@vmware.com>
24 lines
483 B
TOML
24 lines
483 B
TOML
[[redirects]]
|
|
from = "/"
|
|
to = "https://pinniped.dev"
|
|
status = 302
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/cli"
|
|
to = "https://pinniped.dev/docs/howto/install-cli"
|
|
status = 302
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/latest/*"
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/latest/download/:splat"
|
|
status = 302
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/download/:splat"
|
|
status = 302
|
|
force = true
|