mirror of https://github.com/istio/istio.io.git
Add redirect for helm charts
This commit is contained in:
parent
6965f07cb2
commit
eff00317b7
|
|
@ -1,3 +1,9 @@
|
||||||
|
###############################################
|
||||||
|
# set server-side redirects in this file #
|
||||||
|
# see https://www.netlify.com/docs/redirects/ #
|
||||||
|
# test at https://play.netlify.com/redirects #
|
||||||
|
###############################################
|
||||||
|
|
||||||
# Redirect golang vanity imports for istio.io
|
# Redirect golang vanity imports for istio.io
|
||||||
/istio/* go-get=1 /golang/istio.html 200
|
/istio/* go-get=1 /golang/istio.html 200
|
||||||
/fortio/* go-get=1 /golang/fortio.html 200
|
/fortio/* go-get=1 /golang/fortio.html 200
|
||||||
|
|
@ -13,3 +19,6 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
|
||||||
|
|
||||||
# Redirect to translated sites
|
# Redirect to translated sites
|
||||||
/ /zh 302 Language=zh
|
/ /zh 302 Language=zh
|
||||||
|
|
||||||
|
git# Redirect for the helm charts
|
||||||
|
/charts/ https://gcsweb.istio.io/gcs/istio-release/releases/1.1.0/charts/ 301
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue