diff --git a/content/en/docs/tutorials/acme/ingress.md b/content/en/docs/tutorials/acme/ingress.md index 8554f0d4393..3a3b95045c7 100644 --- a/content/en/docs/tutorials/acme/ingress.md +++ b/content/en/docs/tutorials/acme/ingress.md @@ -644,7 +644,7 @@ Events: > Note: If your challenges are not becoming 'valid' and remain in the 'pending' > state (or enter into a 'failed' state), it is likely there is some kind of > configuration error. Read the [Challenge resource reference -> docs](../../../reference/api-docs/#acme.cert-manager.io/v1alpha2.Challenge) for more +> docs](../../../reference/api-docs/#acme.cert-manager.io/v1.Challenge) for more > information on debugging failing challenges. Once the challenge(s) have been completed, their corresponding challenge diff --git a/content/en/docs/usage/certificate.md b/content/en/docs/usage/certificate.md index b8a3d850e6c..6e9d7856332 100644 --- a/content/en/docs/usage/certificate.md +++ b/content/en/docs/usage/certificate.md @@ -119,7 +119,7 @@ The `Certificate` will be issued using the issuer named `ca-issuer` in the > days, 23 hours (the _full duration_ remains 90 days). A full list of the fields supported on the Certificate resource can be found in -the [API reference documentation](../../reference/api-docs/#cert-manager.io/v1alpha2.CertificateSpec). +the [API reference documentation](../../reference/api-docs/#cert-manager.io/v1.CertificateSpec). ## X.509 key usages and extended key usages {#key-usages} @@ -136,7 +136,7 @@ cert-manager will not attempt to request a new certificate if the current certificate does not match the current key usage set. An exhaustive list of supported key usages can be found in the [API reference -documentation](../../reference/api-docs/#cert-manager.io/v1alpha2.KeyUsage). +documentation](../../reference/api-docs/#cert-manager.io/v1.KeyUsage). ## Temporary Certificates while Issuing {#temporary-certificates-whilst-issuing}