Update docs/ URLs to point to proper locations

Kubernetes-commit: 1bdc7a29aee051ccef4bb21dcd9d43ee47b2a5d8
This commit is contained in:
Christoph Blecker
2017-06-02 00:04:49 -07:00
committed by Kubernetes Publisher
parent 1f501c6ac0
commit a8d18952cb
44 changed files with 417 additions and 417 deletions

View File

@@ -7,7 +7,7 @@ It demonstrates how to:
* combine the workqueue with a cache to a full controller
* synchronize the controller on startup
The example is based on https://github.com/kubernetes/community/blob/master/contributors/devel/controllers.md.
The example is based on https://git.k8s.io/community/contributors/devel/controllers.md.
## Running