Normalize case: Github -> GitHub (#13828)

This commit is contained in:
Danny Berger
2019-04-25 16:40:47 +00:00
committed by Kubernetes Prow Robot
parent 5ffd272aef
commit 4029a7ab5e
39 changed files with 110 additions and 110 deletions
@@ -34,7 +34,7 @@ in the Kubernetes source directory for a canonical example.
Package your scheduler binary into a container image. For the purposes of this example,
let's just use the default scheduler (kube-scheduler) as our second scheduler as well.
Clone the [Kubernetes source code from Github](https://github.com/kubernetes/kubernetes)
Clone the [Kubernetes source code from GitHub](https://github.com/kubernetes/kubernetes)
and build the source.
```shell