Merge pull request #5209 from justinsb/fix_internal_links_federation

Fix invalid internal links in federation doc
reviewable/pr5235/r1
Andrew Chen 2017-08-28 12:03:37 -07:00 committed by GitHub
commit f8b235fca0
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ why you might want multiple clusters are:
* Scalability: There are scalability limits to a single kubernetes cluster (this
should not be the case for most users. For more details:
[Kubernetes Scaling and Performance Goals](https://git.k8s.io/community/sig-scalability/goals.md)).
* [Hybrid cloud](###hybrid-cloud-capabilities): You can have multiple clusters on different cloud providers or
* [Hybrid cloud](#hybrid-cloud-capabilities): You can have multiple clusters on different cloud providers or
on-premises data centers.
### Caveats
@ -70,7 +70,7 @@ register each cluster's API endpoint and credentials with your
Federation API Server (See the
[federation admin guide](/docs/admin/federation/) for details).
Thereafter, your [API resources](##api-resources) can span different clusters
Thereafter, your [API resources](#api-resources) can span different clusters
and cloud providers.
## Setting up federation