From 0cd22cdcefda68545c619934e3948db96440a962 Mon Sep 17 00:00:00 2001 From: Nataliia Uvarova Date: Sat, 14 Mar 2015 12:09:10 +0100 Subject: [PATCH] Fix broken links in cluster-admin guide After the split of documentation into sections, some of the links in cluster-admin-guide appeared to be broken. This commit fixes them. --- docs/cluster-admin-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster-admin-guide.md b/docs/cluster-admin-guide.md index d59c224ede9..28df36111a0 100644 --- a/docs/cluster-admin-guide.md +++ b/docs/cluster-admin-guide.md @@ -6,7 +6,7 @@ It assumes some familiarity with concepts in the [User Guide](user-guide.md). ## Planning a cluster There are many different examples of how to setup a kubernetes cluster. Many of them are listed in this -[matrix](docs/getting-started-guides/README.md). We call each of the combinations in this matrix a *distro*. +[matrix](getting-started-guides/README.md). We call each of the combinations in this matrix a *distro*. Before chosing a particular guide, here are some things to consider: - Are you just looking to try out Kubernetes on your laptop, or build a high-availability many-node cluster? Both @@ -22,7 +22,7 @@ Before chosing a particular guide, here are some things to consider: - Not all distros are maintained as actively. Prefer ones which are listed as tested on a more recent version of Kubernetes. - If you are configuring kubernetes on-premises, you will need to consider what [networking - model](../../docs/networking.md) fits best. + model](networking.md) fits best. - If you are designing for very [high-availability](availability.md), you may want multiple clusters in multiple zones. ## Setting up a cluster