Skip to content

Commit

Permalink
Fix Calico docs with correct 1.1 binary URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paultiplady committed Nov 10, 2015
1 parent fb75201 commit 2f57048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/ubuntu-calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ We'll use the `kubelet` to bootstrap the Kubernetes master processes as containe

```
# Get the Kubernetes Release.
wget https://github.com/kubernetes/kubernetes/releases/download/v1.1.0/kubernetes.tar.gz
wget https://github.com/kubernetes/kubernetes/releases/download/v1.1.1/kubernetes.tar.gz
# Extract the Kubernetes binaries.
tar -xf kubernetes.tar.gz
Expand Down

0 comments on commit 2f57048

Please sign in to comment.