From 0753c5191a876e1cca6642db10d28a5a6bf1406a Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Wed, 16 Mar 2016 15:05:33 +0200 Subject: [PATCH] Fix broken labels -> node-selection link http://kubernetes.io/docs/user-guide/labels/node-selection// doesn't exist; http://kubernetes.io/docs/user-guide/node-selection/ does. --- docs/user-guide/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/labels.md b/docs/user-guide/labels.md index 6e6f0bd1a4..86df0df9af 100644 --- a/docs/user-guide/labels.md +++ b/docs/user-guide/labels.md @@ -165,4 +165,4 @@ selector: #### Selecting sets of nodes One use case for selecting over labels is to constrain the set of nodes onto which a pod can schedule. -See the documentation on [node selection](node-selection/README.md) for more information. +See the documentation on [node selection](/docs/user-guide/node-selection) for more information.