diff --git a/content/en/docs/setup/getting-started/index.md b/content/en/docs/setup/getting-started/index.md index 50bad0a60a..038388dcea 100644 --- a/content/en/docs/setup/getting-started/index.md +++ b/content/en/docs/setup/getting-started/index.md @@ -37,7 +37,7 @@ Download the Istio release which includes installation files, samples, and the extract the latest release automatically: {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - + $ curl -L https://istio.io/downloadIstio sh - {{< /text >}} 1. Move to the Istio package directory. For example, if the package is diff --git a/content/zh/docs/setup/_index.md b/content/zh/docs/setup/_index.md index 3f496c0ea6..a6c133a3bd 100644 --- a/content/zh/docs/setup/_index.md +++ b/content/zh/docs/setup/_index.md @@ -40,7 +40,7 @@ Download the Istio release which includes installation files, samples and a comm extract the latest release automatically: {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - + $ curl -L https://istio.io/downloadIstio sh - {{< /text >}} 1. Move to the Istio package directory. For example, if the package is diff --git a/layouts/index.redir b/layouts/index.redir index d490f2846d..0c20fb2a88 100644 --- a/layouts/index.redir +++ b/layouts/index.redir @@ -24,12 +24,13 @@ https://istio.netlify.com/* https://istio.io/:splat 301! # Redirect for the helm charts /charts/ https://storage.googleapis.com/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301 -# Misc redirects -/latest.sh https://raw.githubusercontent.com/istio/istio/master/release/downloadIstioCandidate.sh - # Redirects for all aliases {{- range $p := .Site.Pages -}} {{- range .Aliases }} {{ . | printf "%-35s" }} {{ $p.RelPermalink }} {{- end -}} {{- 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