From 94389f9619dc2c689e5574c5021977bfb1ef5ae3 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 4 Feb 2021 09:13:32 -0800 Subject: [PATCH] docs: Small change to fix broken link to k8s upgrade from k8s tls certs page (#9705) Broken link to k8s server upgrade from tls certs page --- website/content/docs/k8s/operations/certificate-rotation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/operations/certificate-rotation.mdx b/website/content/docs/k8s/operations/certificate-rotation.mdx index 97067ac7f0..f52029187e 100644 --- a/website/content/docs/k8s/operations/certificate-rotation.mdx +++ b/website/content/docs/k8s/operations/certificate-rotation.mdx @@ -25,4 +25,4 @@ To explicitly perform server certificate rotation, follow these steps: This should run the `tls-init` job that will generate new Server certificates. -1. Restart the Server pods following the steps [here](/docs/k8s/operations/upgrade#upgrading-consul-servers). +1. Restart the Server pods following the steps [here](/docs/k8s/upgrade#upgrading-consul-servers).