branch: elpa/flycheck
commit d302f7206b295f54fd1bf2cf7f2a0c7788c1b386
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Use HTTPS for texinfo htmlxref database URL
---
 doc/info.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/info.py b/doc/info.py
index 771fa78f88..89158f7b55 100644
--- a/doc/info.py
+++ b/doc/info.py
@@ -88,7 +88,7 @@ class HTMLXRefDB(object):
     """Cross-reference database for Info manuals."""
 
     #: URL of the htmlxref database of GNU Texinfo
-    XREF_URL = 'http://ftpmirror.gnu.org/texinfo/htmlxref.cnf'
+    XREF_URL = 'https://ftpmirror.gnu.org/texinfo/htmlxref.cnf'
 
     #: Regular expression to parse entries from an xref DB
     XREF_RE = re.compile(r"""

Reply via email to