mirror of https://github.com/istio/istio.io.git
Redirect download scripts to master instead of stable branch (#7865)
This commit is contained in:
parent
748d60498e
commit
bd33488b7c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue