From 952f91d2e2d295a99bb379679196b608c02bb2e5 Mon Sep 17 00:00:00 2001 From: JoshVanL Date: Thu, 10 Oct 2019 18:38:28 +0100 Subject: [PATCH] Fix uninstall link in upgrade guide 0.11 Signed-off-by: JoshVanL --- docs/tasks/upgrading/upgrading-0.10-0.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/upgrading/upgrading-0.10-0.11.rst b/docs/tasks/upgrading/upgrading-0.10-0.11.rst index cd94a54a8..2520cbf20 100644 --- a/docs/tasks/upgrading/upgrading-0.10-0.11.rst +++ b/docs/tasks/upgrading/upgrading-0.10-0.11.rst @@ -21,7 +21,7 @@ This upgrade should be performed in a few steps: 1) Back up existing cert-manager resources, as per the :doc:`backup and restore guide <../backup-restore-crds>`. -2) :doc: `Uninstall cert-manager`<../uninstalling/index>`. +2) :doc:`Uninstall cert-manager <../uninstall/index>`. 3) Ensure the old cert-manager CRD resources have also been deleted: ``kubectl get crd | grep certmanager.k8s.io``