Point /charts/ at GCS directly instead of gcsweb. (#4702)

This commit is contained in:
Katharine Berry 2019-07-23 13:08:26 -07:00 committed by Martin Taillefer
parent 622020ba69
commit 457d3b9dae
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
/ /zh 302 Language=zh
# Redirect for the helm charts
/charts/ https://gcsweb.istio.io/gcs/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
/charts/ https://storage.googleapis.com/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
# Redirects for all aliases
{{- range $p := .Site.Pages -}}