Skip to content

Commit

Permalink
update netlify redirects for v1.30.0 (projectcontour#6593)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored Jul 31, 2024
1 parent 218c296 commit 3e57486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# kubectl apply https://projectcontour.io/quickstart/contour.yaml
[[redirects]]
from = "/quickstart/contour.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/examples/render/contour.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.30/examples/render/contour.yaml"
status = 302

# Redirect versioned quickstarts so that they can easily be referenced by
Expand All @@ -59,7 +59,7 @@
# kubectl apply https://projectcontour.io/quickstart/contour-gateway.yaml
[[redirects]]
from = "/quickstart/contour-gateway.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/examples/render/contour-gateway.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.30/examples/render/contour-gateway.yaml"
status = 302

# Redirect versioned quickstarts so that they can easily be referenced by
Expand All @@ -76,7 +76,7 @@
# kubectl apply https://projectcontour.io/quickstart/contour-gateway-provisioner.yaml
[[redirects]]
from = "/quickstart/contour-gateway-provisioner.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/examples/render/contour-gateway-provisioner.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.30/examples/render/contour-gateway-provisioner.yaml"
status = 302

# Redirect versioned quickstarts so that they can easily be referenced by
Expand Down

0 comments on commit 3e57486

Please sign in to comment.