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:
Junseong Lee 2014-11-17 22:01:18 +09:00
parent 931cd3a2df
commit ac40cb6d74

View File

@ -11,7 +11,7 @@ wget http://storage.googleapis.com/k8s/darwin/kubecfg
### Linux
```
wget http://storage.googleapis.com/k8s/darwin/kubecfg
wget http://storage.googleapis.com/k8s/linux/kubecfg
```
### Copy kubecfg to your path