From 774e9870aeb2cc66cd6ee376070dba76299ee218 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 25 Jul 2016 10:23:40 +0300 Subject: [PATCH] Fixed the renew URL --- certbot/plugins/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/plugins/util.py b/certbot/plugins/util.py index 36f4b0ff4..1a4379ba4 100644 --- a/certbot/plugins/util.py +++ b/certbot/plugins/util.py @@ -19,8 +19,8 @@ logger = logging.getLogger(__name__) RENEWER_EXTRA_MSG = ( " For automated renewal, you may want to use a script that stops" " and starts your webserver. You can find an example at" - " https://letsencrypt.org/howitworks/#writing-your-own-renewal-script" - ". Alternatively you can use the webroot plugin to renew without" + " https://certbot.eff.org/docs/using.html#renewal ." + " Alternatively you can use the webroot plugin to renew without" " needing to stop and start your webserver.")