Redirect download scripts to master instead of stable branch (#7865)

This commit is contained in:
Jonh Wendell 2020-08-13 17:36:32 -04:00 committed by GitHub
parent 748d60498e
commit bd33488b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
{{- end }}
# Download scripts
/downloadIstio https://raw.githubusercontent.com/istio/istio/release-{{ .Site.Data.args.version }}/release/downloadIstioCandidate.sh
/downloadIstioctl https://raw.githubusercontent.com/istio/istio/release-{{ .Site.Data.args.version }}/release/downloadIstioCtl.sh
/downloadIstio https://raw.githubusercontent.com/istio/istio/master/release/downloadIstioCandidate.sh
/downloadIstioctl https://raw.githubusercontent.com/istio/istio/master/release/downloadIstioCtl.sh
# navigating to a page without /latest on front, add /latest
{{ range $p := .Site.Pages }}