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:
authoralexzorin <alex@zorin.id.au>2021-11-11 11:44:59 +0300
committerGitHub <noreply@github.com>2021-11-11 11:44:59 +0300
commit4756b6608946c240469b58604db84d99b55c3105 (patch)
tree23078df0a001bf889b620588d2bb712a3798250d /certbot-dns-google
parente8265dbf9c3aad879d2bcae0e95e71ba9facd8ce (diff)
docs: update intersphinx url for certbot project (#9096)
Diffstat (limited to 'certbot-dns-google')
-rw-r--r--certbot-dns-google/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-google/docs/conf.py b/certbot-dns-google/docs/conf.py
index f4c1f661e..7f8bed7eb 100644
--- a/certbot-dns-google/docs/conf.py
+++ b/certbot-dns-google/docs/conf.py
@@ -177,5 +177,5 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
- 'certbot': ('https://certbot.eff.org/docs/', None),
+ 'certbot': ('https://eff-certbot.readthedocs.io/en/stable/', None),
}