From 02e5ef9a51689f4ed1ea822e98bb386cdddf0471 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 26 Aug 2017 11:38:22 -0400 Subject: [PATCH] Fix invalid internal links in federation doc Remove double-# links --- docs/concepts/cluster-administration/federation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/cluster-administration/federation.md b/docs/concepts/cluster-administration/federation.md index 97569451d6..cf1d2aba4d 100644 --- a/docs/concepts/cluster-administration/federation.md +++ b/docs/concepts/cluster-administration/federation.md @@ -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