From 1390cf431a6231de8a607c08052aed9f5ef3d29c Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sun, 15 Apr 2018 12:00:19 +0100 Subject: [PATCH] Fix broken link --- docs/reference/ingress-shim.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingress-shim.rst b/docs/reference/ingress-shim.rst index 93ebe79db..ed30ad0fb 100644 --- a/docs/reference/ingress-shim.rst +++ b/docs/reference/ingress-shim.rst @@ -37,7 +37,7 @@ when deploying using Helm: In the above example, cert-manager will create Certificate resources that reference the ClusterIssuer `letsencrypt-prod` for all Ingresses that have a `kubernetes.io/tls-acme: "true"` annotation. -For more information on deploying cert-manager, read the [deployment guide](deploying.md). +For more information on deploying cert-manager, read the :doc:`deployment guide `. Supported annotations =====================