From 8f872afcd7c3a14ac76dedb4e4238df9a76db182 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Wed, 19 Apr 2017 12:10:04 -0700 Subject: [PATCH] Minor patch changes to PR #3438 --- docs/concepts/services-networking/ingress.md | 2 +- docs/update-user-guide-links.py | 2 +- docs/user-guide/federation/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/services-networking/ingress.md b/docs/concepts/services-networking/ingress.md index 511ad3b605..fb5dcd990d 100644 --- a/docs/concepts/services-networking/ingress.md +++ b/docs/concepts/services-networking/ingress.md @@ -273,7 +273,7 @@ You can achieve the same by invoking `kubectl replace -f` on a modified Ingress ## Failing across availability zones -Techniques for spreading traffic across failure domains differs between cloud providers. Please check the documentation of the relevant Ingress controller for details. Please refer to the federation [doc](/docs/concepts/cluster-administration/federation.md) for details on deploying Ingress in a federated cluster. +Techniques for spreading traffic across failure domains differs between cloud providers. Please check the documentation of the relevant Ingress controller for details. Please refer to the federation [doc](/docs/concepts/cluster-administration/federation/) for details on deploying Ingress in a federated cluster. ## Future Work diff --git a/docs/update-user-guide-links.py b/docs/update-user-guide-links.py index 774db393c6..94915827ef 100644 --- a/docs/update-user-guide-links.py +++ b/docs/update-user-guide-links.py @@ -1,7 +1,7 @@ import subprocess import re -# Finds the docuements to rewrite by for files that include user-guide-content-moved.md. +# Finds the documents to rewrite for files that include user-guide-content-moved.md. # Then opens these files and processes the stuff after those lines to figure out where # the line should move to. # Returns a list of ('old/path', 'new/path') tuples. diff --git a/docs/user-guide/federation/index.md b/docs/user-guide/federation/index.md index 6e97d9429b..dc2a445e00 100644 --- a/docs/user-guide/federation/index.md +++ b/docs/user-guide/federation/index.md @@ -4,4 +4,4 @@ title: Federation User Guide {% include user-guide-content-moved.md %} -[Federation](/docs/concepts/cluster-administration/federation.md) +[Federation](/docs/concepts/cluster-administration/federation/)