Skip to content

Commit eb41678

Browse files
committed
Fix one more readthedocs Intersphinx URL
1 parent f8da08e commit eb41678

File tree

1 file changed

+2
-2
lines changed
  • letsencrypt-compatibility-test/docs

1 file changed

+2
-2
lines changed

letsencrypt-compatibility-test/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,6 @@
309309
'python': ('https://docs.python.org/', None),
310310
'acme': ('https://acme-python.readthedocs.org/en/latest/', None),
311311
'letsencrypt': ('https://letsencrypt.readthedocs.org/en/latest/', None),
312-
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org', None),
313-
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org', None),
312+
'letsencrypt-apache': ('https://letsencrypt-apache.readthedocs.org/en/latest/', None),
313+
'letsencrypt-nginx': ('https://letsencrypt-nginx.readthedocs.org/en/latest/', None),
314314
}

0 commit comments

Comments
 (0)