Skip to content

Commit

Permalink
Fix download link in aws/kubecfg documentation
Browse files Browse the repository at this point in the history
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 .
  • Loading branch information
hodduc committed Nov 17, 2014
1 parent 931cd3a commit ac40cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/aws/kubecfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac40cb6

Please sign in to comment.