We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1a2eb commit 308117cCopy full SHA for 308117c
top/common.py
@@ -23,9 +23,9 @@
23
STRINGS_PATH_TMPL = pjoin(TEMPLATE_PATH, 'strings', '{lang}_strings.yaml')
24
25
# Valuable and important URLs
26
-TOP_API_URL = 'http://wikimedia.org/api/rest_v1/metrics/pageviews/'\
+TOP_API_URL = 'https://wikimedia.org/api/rest_v1/metrics/pageviews/'\
27
'top/{lang}.{project}/all-access/{year}/{month}/{day}'
28
-MW_API_URL = 'http://{lang}.{project}.org/w/api.php?'
+MW_API_URL = 'https://{lang}.{project}.org/w/api.php?'
29
TOTAL_TRAFFIC_URL = 'https://wikimedia.org/api/rest_v1/metrics/pageviews/aggregate/{lang}.{project}.org/all-access/all-agents/daily/{datestr}00/{datestr}00'
30
31
0 commit comments