From 7d09b0d0815228bc59af1dbabefd2c8ec5d03926 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 17 Jul 2015 10:10:59 -0700 Subject: [PATCH] fix link on root README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4f9a2892d..d9021fea2a4 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Kubernetes documentation is organized into several categories. - in [docs/getting-started-guides](docs/getting-started-guides) - **User Documentation** - [User FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/User-FAQ) - - in [docs](docs/overview.md) + - in [docs](docs/user-guide/overview.md) - for people who want to run programs on kubernetes - describes current features of the system (with brief mentions of planned features) - **Developer Documentation** @@ -71,7 +71,7 @@ Kubernetes documentation is organized into several categories. - covers development conventions - explains current architecture and project plans - **Service Documentation** - - in [docs/services.md](docs/services.md) + - in [docs/user-guide/services.md](docs/user-guide/services.md) - [Service FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) - for people who are interested in how Services work - details of ```kube-proxy``` iptables