diff options
| author | Christoph Blecker <admin@toph.ca> | 2017-06-22 09:34:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-22 09:34:13 -0700 |
| commit | 9c966cb7cb8ab3efa021bd4fe0f644b564c65ead (patch) | |
| tree | 38b5f37427d70d85176268c229bec10551c59a14 | |
| parent | f1f11717ce403fbe6ac1dac3becf33e8ad2ddc12 (diff) | |
| parent | 1cea44d1427934bfbf470e103ba0baf1670fd360 (diff) | |
Merge pull request #757 from warmchang/aggregated-api-servers
Fix the extending-api file path.
| -rw-r--r-- | contributors/design-proposals/aggregated-api-servers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/aggregated-api-servers.md b/contributors/design-proposals/aggregated-api-servers.md index 676c81a3..70deaf68 100644 --- a/contributors/design-proposals/aggregated-api-servers.md +++ b/contributors/design-proposals/aggregated-api-servers.md @@ -140,7 +140,7 @@ complete user information, including user, groups, and "extra" for backing API s Each API server is responsible for storing their resources. They can have their own etcd or can use kubernetes server's etcd using [third party -resources](../design/extending-api.md#adding-custom-resources-to-the-kubernetes-api-server). +resources](../design-proposals/extending-api.md#adding-custom-resources-to-the-kubernetes-api-server). ### Health check |
