summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2017-08-18 15:54:49 +0800
committerfisherxu <xufei40@huawei.com>2017-08-18 15:54:49 +0800
commite28f6e574528b5d437d026d4d3236ac8745866a6 (patch)
treefa8ca466e55af2df0fa018dcdd3f88d2d897bf4b
parentb4170024694134e1ed2b3e42cf598cfab9813b64 (diff)
fix invalid url-link in contributors/design-proposals/api-group.md
-rw-r--r--contributors/design-proposals/api-group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-group.md b/contributors/design-proposals/api-group.md
index 586cc7d6..28b98216 100644
--- a/contributors/design-proposals/api-group.md
+++ b/contributors/design-proposals/api-group.md
@@ -10,7 +10,7 @@
4. Exposing the API groups and versions supported by the server. This is required to develop a dynamic client.
-5. Laying the basis for [API Plugin](../../docs/design/extending-api.md).
+5. Laying the basis for [API Plugin](./extending-api.md).
6. Keeping the user interaction easy. For example, we should allow users to omit group name when using kubectl if there is no ambiguity.