From b17b64d07218bf06731f2eb84d027f4ae233f19e Mon Sep 17 00:00:00 2001 From: Meir Fischer Date: Sun, 9 Nov 2014 15:32:59 -0500 Subject: [PATCH] hacking link fix hacking link outdated due to transfer of development guide to separate CONTRIBUTING.md file (no other links incorrectly point to README.md#development) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b39d6052ac3..ede65547775 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ While the concepts and architecture in Kubernetes represent years of experience * [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html) * [Kubernetes Client Libraries](docs/client-libraries.md) * [Discussion and Community Support](#community-discussion-and-support) -* [Hacking on Kubernetes](#development) +* [Hacking on Kubernetes](CONTRIBUTING.md) * [Hacking on Kubernetes Salt configuration](docs/salt.md) * [Kubernetes User Interface](docs/ux.md)