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:
authorNoah Swartz <swartzcr@gmail.com>2016-05-05 03:03:52 +0300
committerNoah Swartz <swartzcr@gmail.com>2016-05-05 03:03:52 +0300
commit144f28690b75e0c4deef9395d774f8b0e774c28a (patch)
tree89d9cf0ba06e4311b33df775537f9375c7e951d8 /letshelp-certbot
parentd9f36df96f458c98a81967074378118c2b7c970b (diff)
added new docs links
Diffstat (limited to 'letshelp-certbot')
-rw-r--r--letshelp-certbot/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letshelp-certbot/docs/conf.py b/letshelp-certbot/docs/conf.py
index 905d70662..17d8b3ea9 100644
--- a/letshelp-certbot/docs/conf.py
+++ b/letshelp-certbot/docs/conf.py
@@ -307,5 +307,5 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
- 'certbot': ('https://letsencrypt.readthedocs.org/en/latest/', None),
+ 'certbot': ('https://certbot.eff.org/docs/', None),
}