From f58198bad85084ef734e8a425b66fb6eaf4a57b2 Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Sun, 18 Jan 2015 09:15:15 -0600 Subject: [PATCH] remove .md from annotations link text Adds consistency with the other links on the page. --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index d86f9ab9c9b..37ea5669577 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -11,7 +11,7 @@ Kubernetes supports a unique [networking model](networking.md). Kubernetes encou Each resource has a map of key-value [labels](labels.md). Individual labels are used to specify identifying metadata that can be used to define sets of resources by specifying required labels. -Each resource also has a map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about this object, called [annotations.md](annotations.md). +Each resource also has a map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about this object, called [annotations](annotations.md). Each resource is created within a specific [namespace](namespaces.md), a default one if unspecified.