docs: update intersphinx url for certbot project (#9096)

This commit is contained in:
alexzorin
2021-11-11 09:44:59 +01:00
committed by GitHub
parent e8265dbf9c
commit 4756b66089
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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),
}