From 99050fe8fd8cd8a6299cc54c523b6fe5b6d367f6 Mon Sep 17 00:00:00 2001 From: Phaneendra Chiruvella Date: Sun, 15 Mar 2015 22:18:04 +0530 Subject: [PATCH] fix link to kubectl docs in docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f3563851683..a61de9dd001 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ * The [Developer guide](developer-guide.md) is for anyone wanting to write programs that access the kubernetes API, write plugins or extensions, or modify the core code of kubernetes. -* The [Kubectl Command Line Interface]([kubectl.md](kubectl.md)) is a detailed reference on the `kubectl` CLI. +* The [Kubectl Command Line Interface](kubectl.md) is a detailed reference on the `kubectl` CLI. * The [API object documentation](http://kubernetes.io/third_party/swagger-ui/) is a detailed description of all fields found in core API objects.