From a509d9ff3fc2dce966b2a170a8d3b34a43d01946 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Tue, 17 Jul 2018 09:11:29 -0500 Subject: [PATCH] very minor change to url syntax The URL for k/k included the text after ("repo"). This PR formats it to not include the text after. --- content/en/docs/setup/building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/building-from-source.md b/content/en/docs/setup/building-from-source.md index 12d086e4f0f92..57b7aa2dfd290 100644 --- a/content/en/docs/setup/building-from-source.md +++ b/content/en/docs/setup/building-from-source.md @@ -7,7 +7,7 @@ title: Building from Source You can either build a release from source or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest using a pre-built version of the current release, which can be found in the [Release Notes](/docs/imported/release/notes/). -The Kubernetes source code can be downloaded from the [kubernetes/kubernetes repo](https://github.com/kubernetes/kubernetes). +The Kubernetes source code can be downloaded from the [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) repo. ## Building from source