From e946479b9facf4818c620d8846807a3aab0a0d8e Mon Sep 17 00:00:00 2001 From: ohemorange Date: Fri, 28 May 2021 14:50:59 -0700 Subject: [PATCH] Use shortlink for renewal setup instructions (#8874) --- certbot/certbot/_internal/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/certbot/_internal/main.py b/certbot/certbot/_internal/main.py index 2100a2943..2bf6570f5 100644 --- a/certbot/certbot/_internal/main.py +++ b/certbot/certbot/_internal/main.py @@ -512,8 +512,7 @@ def _report_next_steps(config: interfaces.IConfig, installer_err: Optional[error "The certificate will need to be renewed before it expires. Certbot can " "automatically renew the certificate in the background, but you may need " "to take steps to enable that functionality. " - "See https://certbot.eff.org/docs/using.html#automated-renewals for " - "instructions.") + "See https://certbot.org/renewal-setup for instructions.") if not steps: return