diff -r e2c36fdf4c53 -r 59d49ab04ded src/hdalab/settings.py --- a/src/hdalab/settings.py Wed Apr 06 12:13:14 2016 +0200 +++ b/src/hdalab/settings.py Tue Sep 12 18:49:02 2017 +0200 @@ -168,7 +168,7 @@ } DEFAULT_RENKAN_ICON = "thumbnails/renkan/renkan_default_icon.png" -WIKIPEDIA_API_URL = "http://fr.wikipedia.org/w/api.php" +WIKIPEDIA_API_URL = "https://fr.wikipedia.org/w/api.php" WIKIPEDIA_VERSION_PERMALINK_TEMPLATE = "http://fr.wikipedia.org/w/index.php?oldid=%s" DBPEDIA_URI_TEMPLATE = "http://fr.dbpedia.org/%s/%s" #DBPEDIA_URI_TEMPLATE = "http://fr.dbpedia.org/resource/%s"