From 41067dec8ad5269778a9ede45753a639a20fce5c Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sun, 3 Sep 2017 11:09:38 +0800 Subject: [PATCH] Update binary_release.md It should add a url. --- docs/getting-started-guides/binary_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/binary_release.md b/docs/getting-started-guides/binary_release.md index e6a40dde35..ca1baf2c6d 100644 --- a/docs/getting-started-guides/binary_release.md +++ b/docs/getting-started-guides/binary_release.md @@ -37,7 +37,7 @@ For more details on the release process see the [`build`](http://releases.k8s.io ### Download Kubernetes and automatically set up a default cluster -The bash script at `https://get.k8s.io`, which can be run with `wget` or `curl`, automatically downloads Kubernetes, and provisions a cluster based on your desired cloud provider. +The bash script at [`https://get.k8s.io`](https://get.k8s.io), which can be run with `wget` or `curl`, automatically downloads Kubernetes, and provisions a cluster based on your desired cloud provider. ```shell # wget version