From 2a047eb526ee02d4bb3bb3668260ac6d481b99d3 Mon Sep 17 00:00:00 2001 From: Emily Bowman Date: Thu, 20 Aug 2020 11:33:56 -0700 Subject: [PATCH] Update docs link in certbot unsupported error (#8168) * Update docs link in certbot unsupported error Co-authored-by: Adrien Ferrand --- letsencrypt-auto-source/letsencrypt-auto | 2 +- letsencrypt-auto-source/letsencrypt-auto.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto index 66aa3515a..28a33f870 100755 --- a/letsencrypt-auto-source/letsencrypt-auto +++ b/letsencrypt-auto-source/letsencrypt-auto @@ -930,7 +930,7 @@ else error "Sorry, I don't know how to bootstrap Certbot on your operating system!" error error "You will need to install OS dependencies, configure virtualenv, and run pip install manually." - error "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites" + error "Please see https://certbot.eff.org/docs/contributing.html#prerequisites" error "for more info." exit 1 } diff --git a/letsencrypt-auto-source/letsencrypt-auto.template b/letsencrypt-auto-source/letsencrypt-auto.template index e6b5868e3..3d7c95bb9 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -452,7 +452,7 @@ else error "Sorry, I don't know how to bootstrap Certbot on your operating system!" error error "You will need to install OS dependencies, configure virtualenv, and run pip install manually." - error "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites" + error "Please see https://certbot.eff.org/docs/contributing.html#prerequisites" error "for more info." exit 1 }