Skip to content

Commit

Permalink
v1.29.0 netlify redirect updates
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
  • Loading branch information
skriss committed May 7, 2024
1 parent f2f403c commit e09e797
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.28/examples/render/contour.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/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.28/examples/render/contour-gateway.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/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.28/examples/render/contour-gateway-provisioner.yaml"
to = "https://raw.githubusercontent.com/projectcontour/contour/release-1.29/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 e09e797

Please sign in to comment.