Skip to content

Commit 7a21731

Browse files
Merge pull request #1742 from SgtCoDFish/ibm-redirect
Add redirect for old tutorial link in IBM docs
2 parents a8d95de + 919cb55 commit 7a21731

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/_redirects

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ https://docs.cert-manager.io/en/latest/getting-started/index.html https://cert-m
125125
https://docs.cert-manager.io/en/latest/tutorials/acme/index.html https://cert-manager.io/docs/tutorials/
126126
https://docs.cert-manager.io/en/latest/ https://cert-manager.io/docs/
127127

128+
# This specific URL is linked to by IBM docs (https://www.ibm.com/docs/en/cloud-private/3.2.x?topic=manager-using-acme-issue-certificates)
129+
# so we redirect it to the new cert-manager.io docs page specifically
130+
https://docs.cert-manager.io/en/latest/tutorials/acme/http-validation.html https://cert-manager.io/docs/tutorials/acme/http-validation/
131+
# We don't know for sure if this dns-validation tutorial ever existed in the old docs site, but redirect it anyway just in case
132+
# since we know the equiavalent did exist for HTTP validation.
133+
https://docs.cert-manager.io/en/latest/tutorials/acme/dns-validation.html https://cert-manager.io/docs/tutorials/acme/dns-validation/
134+
128135
# Issuer-specific redirects; these were mined from a wayback machine crawl of the old site:
129136
# https://web.archive.org/web/20190802192846/http://docs.cert-manager.io/en/latest/tasks/issuers/index.html
130137
https://docs.cert-manager.io/en/latest/tasks/issuers/setup-acme/http01/* https://cert-manager.io/docs/configuration/acme/http01/

0 commit comments

Comments
 (0)