Fix download link in aws/kubecfg documentation
Kubecfg's download link on Darwin and Linux are points to http://storage.googleapis.com/k8s/darwin/kubecfg . Later one should be changed to http://storage.googleapis.com/k8s/linux/kubecfg .
This commit is contained in:
@@ -11,7 +11,7 @@ wget http://storage.googleapis.com/k8s/darwin/kubecfg
|
|||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
wget http://storage.googleapis.com/k8s/darwin/kubecfg
|
wget http://storage.googleapis.com/k8s/linux/kubecfg
|
||||||
```
|
```
|
||||||
|
|
||||||
### Copy kubecfg to your path
|
### Copy kubecfg to your path
|
||||||
|
Reference in New Issue
Block a user