diff options
| author | David Oppenheimer <davidopp@google.com> | 2015-07-17 10:12:08 -0700 |
|---|---|---|
| committer | David Oppenheimer <davidopp@google.com> | 2015-07-17 10:53:23 -0700 |
| commit | c4d505d98dd2d215e0b52d8d0332bce5d9be11e0 (patch) | |
| tree | fb4db5bae5580b8c14165d9298793636638972c8 | |
| parent | 6a198dfa61ce281f5d092a9c2576c46bb01a1482 (diff) | |
Various minor edits/clarifications to docs/admin/ docs.
Deleted docs/admin/namespaces.md as it was content-free and the topic is
already covered well in docs/user-guide/namespaces.md
| -rw-r--r-- | api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-conventions.md b/api-conventions.md index 50e1e1d2..9f362097 100644 --- a/api-conventions.md +++ b/api-conventions.md @@ -138,7 +138,7 @@ These fields are required for proper decoding of the object. They may be populat Every object kind MUST have the following metadata in a nested object field called "metadata": -* namespace: a namespace is a DNS compatible subdomain that objects are subdivided into. The default namespace is 'default'. See [docs/admin/namespaces.md](../admin/namespaces.md) for more. +* namespace: a namespace is a DNS compatible subdomain that objects are subdivided into. The default namespace is 'default'. See [docs/user-guide/namespaces.md](../user-guide/namespaces.md) for more. * name: a string that uniquely identifies this object within the current namespace (see [docs/user-guide/identifiers.md](../user-guide/identifiers.md)). This value is used in the path when retrieving an individual object. * uid: a unique in time and space value (typically an RFC 4122 generated identifier, see [docs/user-guide/identifiers.md](../user-guide/identifiers.md)) used to distinguish between objects with the same name that have been deleted and recreated |
