Merge pull request #3597 from ryfow/patch-1

Remove .md from annotations link text
This commit is contained in:
Alex Robinson 2015-01-20 10:26:07 -08:00
commit 4a4013a8a6

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.