summaryrefslogtreecommitdiffstats
path: root/util/corelib/qurl-generateTLDs/main.cpp
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel@molkentin.de>2015-02-12 13:29:07 +0100
committerDaniel Molkentin <daniel@molkentin.de>2015-02-12 20:02:21 +0000
commitfe64b12edc759771d5e4a3cd84d13e8d981c98af (patch)
treefbe6ad903836860311183fea13d7f9621a6bdaac /util/corelib/qurl-generateTLDs/main.cpp
parent1d38ecf54246b8109fb38f9d4679a72be8ac9a26 (diff)
Reflect in the docs that the TLD list os now hosted at publicsuffix.org
Change-Id: I9c79694e9deada83c10dc61af7e63ceee3d2f827 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> Reviewed-by: Peter Hartmann <peter-qt@hartmann.tk>
Diffstat (limited to 'util/corelib/qurl-generateTLDs/main.cpp')
-rw-r--r--util/corelib/qurl-generateTLDs/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/corelib/qurl-generateTLDs/main.cpp b/util/corelib/qurl-generateTLDs/main.cpp
index 743ab68231..17b75b0f5f 100644
--- a/util/corelib/qurl-generateTLDs/main.cpp
+++ b/util/corelib/qurl-generateTLDs/main.cpp
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
printf("'inputFile' should be a list of effective TLDs, one per line,\n");
printf("as obtained from http://publicsuffix.org . To create indices and data file\n");
printf("file, do the following:\n\n");
- printf(" wget http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1 -O effective_tld_names.dat\n");
+ printf(" wget https://publicsuffix.org/list/effective_tld_names.dat -O effective_tld_names.dat\n");
printf(" grep '^[^\\/\\/]' effective_tld_names.dat > effective_tld_names.dat.trimmed\n");
printf(" %s effective_tld_names.dat.trimmed effective_tld_names.dat.qt\n\n", argv[0]);
printf("Now copy the data from effective_tld_names.dat.qt to the file src/corelib/io/qurltlds_p.h in your Qt repo\n\n");