From 7027195d46f0d6254dc7ee54874a873d327b4d84 Mon Sep 17 00:00:00 2001 From: zhanggaogong <43284075+zhanggaogong@users.noreply.github.com> Date: Thu, 20 Sep 2018 10:50:02 +0800 Subject: [PATCH] fix a 404 error page in ingress.md (#10314) * fix a 404 error page in ingress.md * fix typo in fix --- content/en/docs/tasks/administer-federation/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-federation/ingress.md b/content/en/docs/tasks/administer-federation/ingress.md index a748a5316e..85cd17520f 100644 --- a/content/en/docs/tasks/administer-federation/ingress.md +++ b/content/en/docs/tasks/administer-federation/ingress.md @@ -65,7 +65,7 @@ Kubernetes cluster but inside the same GCP region. {{% capture prerequisites %}} This document assumes that you have a running Kubernetes Cluster Federation installation. If not, then see the -[federation admin guide](/docs/admin/federation/) to learn how to +[federation admin guide](/docs/tasks/federation/set-up-cluster-federation-kubefed/) to learn how to bring up a cluster federation (or have your cluster administrator do this for you). Other tutorials, for example [this one](https://github.com/kelseyhightower/kubernetes-cluster-federation)