1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Fix one more readthedocs Intersphinx URL

This commit is contained in:
Christoph Kisfeld
2015-10-28 11:49:32 +01:00
parent f8da08e6a2
commit eb41678bcd

View File

@@ -309,6 +309,6 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', None),
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org/en/latest/', None),
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org/en/latest/', None),
}