From 7d7663cfc48963d37d203a39594f59571b6312d5 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Fri, 5 Nov 2021 16:04:34 +0100 Subject: Use a HTTPS URL for the CLDR download link FTP is insecure and is not supported by modern browsers anymore. See also: https://mywiki.wooledge.org/FtpMustDie Change-Id: Iad65d29912e79a4f3fadb9317bb5d9c5fe9b68d7 Reviewed-by: Edward Welbourne --- util/locale_database/cldr2qlocalexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/locale_database/cldr2qlocalexml.py b/util/locale_database/cldr2qlocalexml.py index 0232120421..7192aa6109 100755 --- a/util/locale_database/cldr2qlocalexml.py +++ b/util/locale_database/cldr2qlocalexml.py @@ -53,7 +53,7 @@ time zone names; see cldr2qtimezone.py for details. All the scripts mentioned support --help to tell you how to use them. -.. _CLDR: ftp://unicode.org/Public/cldr/ +.. _CLDR: https://unicode.org/Public/cldr/ """ from pathlib import Path -- cgit v1.2.3