Fix broken link to Calico kubeadm guide (#8161)

This commit is contained in:
Casey Davenport 2018-04-24 12:44:01 -07:00 committed by k8s-ci-robot
parent e76d24e0c4
commit f86751f150
1 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ Please select one of the tabs to see installation instructions for the respectiv
{% capture calico %}
Refer to the Calico documentation for a [kubeadm quickstart](https://docs.projectcalico.org/latest/getting-started/kubernetes/), a [kubeadm installation guide](http://docs.projectcalico.org/latest/getting-started/kubernetes/installation/hosted/kubeadm/), and other resources.
Refer to the Calico documentation for a [kubeadm quickstart](https://docs.projectcalico.org/latest/getting-started/kubernetes/) and other resources.
**Note:**
@ -257,7 +257,7 @@ Refer to the Calico documentation for a [kubeadm quickstart](https://docs.projec
- Calico works on `amd64` only.
```shell
kubectl apply -f https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
kubectl apply -f https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
```
{% endcapture %}