Merge pull request #1319 from ms4720/ms4720-1317

Automatic merge from submit-queue.

Ms4720 issue 1317
This commit is contained in:
Kubernetes Submit Queue 2017-11-02 07:44:04 -07:00 committed by GitHub
commit 6625c6b4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Principles to follow when extending Kubernetes.
## API
See also the [API conventions](../devel/api-conventions.md).
See also the [API conventions](../../devel/api-conventions.md).
* All APIs should be declarative.
* API objects should be complementary and composable, not opaque wrappers.