Add redirect for helm charts

This commit is contained in:
mtail 2019-03-20 07:15:49 -07:00
parent 6965f07cb2
commit eff00317b7
1 changed files with 9 additions and 0 deletions

View File

@ -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
/istio/* go-get=1 /golang/istio.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
/ /zh 302 Language=zh
git# Redirect for the helm charts
/charts/ https://gcsweb.istio.io/gcs/istio-release/releases/1.1.0/charts/ 301