Skip to content

Commit

Permalink
updating content links to valid urls
Browse files Browse the repository at this point in the history
Signed-off-by: Chance Whittaker <chance19@gmail.com>
  • Loading branch information
chance19 committed Nov 4, 2021
1 parent d9d5407 commit 976c73b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/installation/upgrading/upgrading-0.7-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
dns01:
# Adjust the configuration below according to your environment.
# You can view more example configurations for different DNS01
# providers in the documentation: https://docs.cert-manager.io/en/latest/tasks/issuers/setup-acme/dns01/index.html
# providers in the documentation: https://cert-manager.io/docs/tutorials/acme/dns-validation/
cloudflare:
email: my-cloudflare-acc@example.com
apiKeySecretRef:
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
dns01:
# Adjust the configuration below according to your environment.
# You can view more example configurations for different DNS01
# providers in the documentation: https://docs.cert-manager.io/en/latest/tasks/issuers/setup-acme/dns01/index.html
# providers in the documentation: https://cert-manager.io/docs/tutorials/acme/dns-validation/
cloudflare:
email: my-cloudflare-acc@example.com
apiKeySecretRef:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/release-notes/release-notes-0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The changes to our CRD resources mean that upgrading requires more manual
intervention than in previous releases.

It's recommended that you backup and completely [uninstall
cert-manager](https://docs.cert-manager.io/en/release-0.12/tasks/uninstall/)
cert-manager](https://cert-manager.io/docs/installation/uninstall/)
before re-installing the `v0.11` release.

You will also need to manually update all your backed up cert-manager resource
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/release-notes/release-notes-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ out of tree issuer will follow in later releases. You can read more on the
motivations and road map in the [enhancement
proposal](https://github.com/jetstack/cert-manager/blob/master/design/20190708.certificate-request-crd.md)
or how this resource is used in the
[docs](https://docs.cert-manager.io/en/release-0.9/reference/certificaterequests.html).
[docs](https://cert-manager.io/docs/concepts/certificaterequest/).


### DNS Zones support for ACME challenge solver selector
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/tutorials/acme/dns-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
dns01:
cloudDNS:
# The ID of the GCP project
# reference: https://docs.cert-manager.io/en/latest/tasks/issuers/setup-acme/dns01/google.html
# reference: https://cert-manager.io/docs/tutorials/acme/dns-validation/
project: $PROJECT_ID
# This is the secret used to access the service account
serviceAccountSecretRef:
Expand Down

0 comments on commit 976c73b

Please sign in to comment.