From d6a15ec61eefbd697c20b6aeda4c9500655bf390 Mon Sep 17 00:00:00 2001 From: bzub Date: Mon, 25 Sep 2017 00:32:10 -0500 Subject: [PATCH] Fix link to developer's guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2e8a622..e8eb9720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ This document covers how to contribute to the kube-router project. Kube-router uses github PRs to manage contributions (could be anything from documentation, bug fixes, manfiests etc.). -Please read [users guide](./Documentation/README.md#user-guide) and [developers guide](./Documentation/README.md#develope-guide) for the functionality and internals of kube-router. +Please read [users guide](./Documentation/README.md#user-guide) and [developers guide](/Documentation/developing.md) for the functionality and internals of kube-router. ## Filing issues