Merge pull request #13859 from spowelljr/updateGUIDocs

Update GUI link to latest from version
pull/13912/head
Steven Powell 2022-03-28 11:50:29 -07:00 committed by GitHub
commit 9b1a9b5458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ date: 2022-02-25
{{% tab Stable %}}
1. Download the zipped folder
```shell
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-mac.zip
curl -LO https://storage.googleapis.com/minikube-gui/latest/minikube-gui-mac.zip
```
{{% /tab %}}
{{% tab Nightly %}}
@ -54,9 +54,9 @@ open dist/systray.app
{{% windowstab %}}
{{% tabs %}}
{{% tab Stable %}}
1. Download the zipped folder via PowerShell (below) or via your [browser](https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip) (faster)
1. Download the zipped folder via PowerShell (below) or via your [browser](https://storage.googleapis.com/minikube-gui/latest/minikube-gui-windows.zip) (faster)
```shell
Invoke-WebRequest -Uri 'https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip' -UseBasicParsing
Invoke-WebRequest -Uri 'https://storage.googleapis.com/minikube-gui/latest/minikube-gui-windows.zip' -UseBasicParsing
```
{{% /tab %}}
{{% tab Nightly %}}
@ -86,7 +86,7 @@ Expand-Archive minikube-gui-windows.zip
{{% tab Stable %}}
1. Download the zipped folder
```shell
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-linux.zip
curl -LO https://storage.googleapis.com/minikube-gui/latest/minikube-gui-linux.zip
```
{{% /tab %}}
{{% tab Nightly %}}