summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Sean Don <willdon@nerdondon.com>2017-04-13 01:48:31 -0700
committerGitHub <noreply@github.com>2017-04-13 01:48:31 -0700
commita2e7ee22c37a0941367381bc0a9b134b37f6d667 (patch)
tree865dc4968f75216bc372268edc9054462c10a302
parentcd85bca1fd267a5ec872e37383dc5103bc88269a (diff)
Fix markup for link to docker build
-rw-r--r--contributors/devel/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 159d851d..779b6bf5 100644
--- a/contributors/devel/development.md
+++ b/contributors/devel/development.md
@@ -99,8 +99,8 @@ single line of code is reviewed.
## Building Kubernetes with Docker
-Official releases are built using Docker containers. To build Kubernetes using Docker please follow [these instructions]
-(http://releases.k8s.io/HEAD/build/README.md).
+Official releases are built using Docker containers. To build Kubernetes using Docker please follow
+[these instructions](http://releases.k8s.io/HEAD/build/README.md).
## Building Kubernetes on a local OS/shell environment