Skip to content

Commit 6a28b9e

Browse files
authored
Merge pull request #155 from OriYosefiMSFT/patch-1
Add http:// prefix to make links open on Edge
2 parents 5baffaf + 3c36026 commit 6a28b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ I've written a proposal about how to make Kubernetes available for multiple plat
3030

3131
Then I also ported `kubeadm` to `arm` and `arm64`, and `kubeadm` is so much better than the docker-multinode deployment method I used earlier (before the features that kubeadm takes advantage of existed).
3232

33-
So now the officially recommended and supported way of running Kubernetes on ARM is by following the [`kubeadm getting started guide`](kubernetes.io/docs/getting-started-guides/kubeadm/).
33+
So now the officially recommended and supported way of running Kubernetes on ARM is by following the [`kubeadm getting started guide`](http://kubernetes.io/docs/getting-started-guides/kubeadm/).
3434
Since I've moved all the features this project had into the core, there's no big need for this project anymore.
3535

3636
### Get your ARM device up and running Kubernetes in less than ten minutes
3737

3838
I have a workshop how to create a Kubernetes cluster on ARM here now: https://github.com/luxas/kubeadm-workshop.
39-
Please look there for information how to create a Kubernetes cluster on ARM or look at the [`kubeadm getting started guide`](kubernetes.io/docs/getting-started-guides/kubeadm/).
39+
Please look there for information how to create a Kubernetes cluster on ARM or look at the [`kubeadm getting started guide`](http://kubernetes.io/docs/getting-started-guides/kubeadm/).
4040

4141
### Various related resources
4242

0 commit comments

Comments
 (0)