mirror of https://github.com/istio/istio.io.git
0.2.12 typo fix + doc link should be to docs/ directly + ... (#1115)
* 0.2.12 doc link should be to docs/ directly + note about shell security * fix typo (for for) * Revise wording and linking Drop the double TOC (this page has very little traffic anyway)
This commit is contained in:
parent
e5515c6657
commit
f9408de40c
|
|
@ -14,20 +14,19 @@ redirect_from:
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include section-index.html docs=site.about %}
|
- The latest Istio monthly release is {{site.data.istio.version}} ([release notes]({{site.data.istio.version}}.html)). You can [download {{site.data.istio.version}}](https://github.com/istio/istio/releases) with(*):
|
||||||
|
|
||||||
The [latest Istio monthly release](https://github.com/istio/istio/releases) is {{site.data.istio.version}} which
|
|
||||||
you can download with:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://git.io/getLatestIstio | sh -
|
curl -L https://git.io/getLatestIstio | sh -
|
||||||
```
|
```
|
||||||
|
|
||||||
The most recent stable release is [0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) which you
|
- The most recent stable release is 0.2.12. You can [download 0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) with:
|
||||||
can download with:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://git.io/getIstio | sh -
|
curl -L https://git.io/getIstio | sh -
|
||||||
```
|
```
|
||||||
|
|
||||||
[Archived documentation for for 0.2.12 release](https://archive.istio.io/v0.2/).
|
[Archived documentation for the 0.2.12 release](https://archive.istio.io/v0.2/docs/).
|
||||||
|
|
||||||
|
|
||||||
|
> (*) Note: As we don't control the `git.io` domain, please examine the output of the curl command before piping it to a shell if running in any sensitive or non sandboxed environment.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue