From 9d850a2b811ce5fbe14a3c3a4db793303da23ebe Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 1 Jun 2015 11:19:55 +0200 Subject: [PATCH] fix xref between peer .md files --- docs/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labels.md b/docs/labels.md index 9a3700978cc..2e292b0a663 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -11,7 +11,7 @@ Each object can have a set of key/value labels defined. Each Key must be unique } ``` -We'll eventually index and reverse-index labels for efficient queries and watches, use them to sort and group in UIs and CLIs, etc. We don't want to pollute labels with non-identifying, especially large and/or structured, data. Non-identifying information should be recorded using [annotations](/docs/annotations.md). +We'll eventually index and reverse-index labels for efficient queries and watches, use them to sort and group in UIs and CLIs, etc. We don't want to pollute labels with non-identifying, especially large and/or structured, data. Non-identifying information should be recorded using [annotations](annotations.md). ## Motivation