summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-11-19 10:47:27 -0800
committerGitHub <noreply@github.com>2017-11-19 10:47:27 -0800
commit916f46983b360e7114c67d295ffb545aaf491e3a (patch)
tree1b1dfaada1cf759ef442df948737d8f36e9a2ff3
parent53046890c7d5601e116be7916a3ab23407dc421c (diff)
parent1e59704a8505cd1b56188c8f40b734c46b480377 (diff)
Merge pull request #1415 from warmchang/multicluster-api
Automatic merge from submit-queue. The federation has been moved to an independent repo. Fix the hyperlink.
-rw-r--r--contributors/design-proposals/multicluster/cluster-registry/api-design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/multicluster/cluster-registry/api-design.md b/contributors/design-proposals/multicluster/cluster-registry/api-design.md
index e2587917..c9c8614d 100644
--- a/contributors/design-proposals/multicluster/cluster-registry/api-design.md
+++ b/contributors/design-proposals/multicluster/cluster-registry/api-design.md
@@ -63,7 +63,7 @@ use cases.
## API
This document defines the cluster registry API. It is an evolution of the
-[current Federation cluster API](https://github.com/kubernetes/kubernetes/blob/master/federation/apis/federation/types.go#L99),
+[current Federation cluster API](https://github.com/kubernetes/federation/blob/master/apis/federation/types.go#L99),
and is designed more specifically for the "cluster registry" use case in
contrast to the Federation `Cluster` object, which was made for the
active-control-plane Federation.