Skip to content

Commit

Permalink
fix readme link (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
  • Loading branch information
mathetake authored Feb 15, 2021
1 parent 589c857 commit 0a3bd74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GetIstio can be obtained by issuing the following command:
curl -sL https://tetrate.bintray.com/getistio/download.sh | bash
```

This, by default, downloads the latest version of GetIstio and certified Istio. To check if the download was successful, run the [version command](/getistio-cli/reference/getistio_version):
This, by default, downloads the latest version of GetIstio and certified Istio. To check if the download was successful, run the [version command](/doc/en/getistio-cli/reference/getistio_version/_index.md):

```sh
getistio version
Expand All @@ -56,14 +56,16 @@ active istioctl: 1.8.2-tetrate-v0
</pre>

<br />
To see the list of commands available with GetIstio and its supported features, run the [help command](/getistio-cli/reference/getistio_help):

To see the list of commands available with GetIstio and its supported features, run the [help command](/doc/en/getistio-cli/reference/getistio_help/_index.md):

```sh
getistio --help
```

<br />
Once GetIstio is downloaded, it can be self-updated to the latest version by running the [update command](/getistio-cli/reference/getistio_update):

Once GetIstio is downloaded, it can be self-updated to the latest version by running the [update command](/doc/en/getistio-cli/reference/getistio_update/_index.md):

```sh
getistio update
Expand Down

0 comments on commit 0a3bd74

Please sign in to comment.