Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--certbot/client.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbe7e0706..de2fdfb03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
-*
+* If Certbot fails to rollback your server configuration, the error message
+ links to the Let's Encrypt forum. Change the link to the Help category now
+ that the Server category has been closed.
### Fixed
diff --git a/certbot/client.py b/certbot/client.py
index 7372d6d9d..c1199daac 100644
--- a/certbot/client.py
+++ b/certbot/client.py
@@ -624,7 +624,7 @@ class Client(object):
reporter.add_message(
"An error occurred and we failed to restore your config and "
"restart your server. Please post to "
- "https://community.letsencrypt.org/c/server-config "
+ "https://community.letsencrypt.org/c/help "
"with details about your configuration and this error you received.",
reporter.HIGH_PRIORITY)
raise