From 177f86d25ff539d2d62ed0eb71ce4b8f7d475087 Mon Sep 17 00:00:00 2001 From: Hunter Blanks Date: Tue, 1 Aug 2017 10:40:41 +0100 Subject: [PATCH] README.md: fix broken links to examples in & out of cluster --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7f7ccd..17c24134 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ will give you head and doesn't handle the dependencies well. [![GoDoc](https://godoc.org/k8s.io/client-go?status.svg)](https://godoc.org/k8s.io/client-go) ## Table of Contents - + - [What's included](#whats-included) - [Versioning](#versioning) - [Compatibility: your code <-> client-go](#compatibility-your-code---client-go) @@ -142,7 +142,9 @@ management system. See [INSTALL.md](/INSTALL.md) for detailed instructions. ### How to use it -If your application runs in a Pod in the cluster, please refer to the in-cluster [example](examples/in-cluster/main.go), otherwise please refer to the out-of-cluster [example](examples/out-of-cluster/main.go). +If your application runs in a Pod in the cluster, please refer to the +in-cluster [example](examples/in-cluster-client-configuration), otherwise please +refer to the out-of-cluster [example](examples/out-of-cluster-client-configuration). ### Dependency management