remove .md from annotations link text

Adds consistency with the other links on the page.
This commit is contained in:
Ryan Fowler 2015-01-18 09:15:15 -06:00
parent eeb712d163
commit f58198bad8

View File

@ -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.