Skip to content

Commit 308117c

Browse files
committed
convert some labs urls to https
1 parent 7b1a2eb commit 308117c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

top/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
STRINGS_PATH_TMPL = pjoin(TEMPLATE_PATH, 'strings', '{lang}_strings.yaml')
2424

2525
# Valuable and important URLs
26-
TOP_API_URL = 'http://wikimedia.org/api/rest_v1/metrics/pageviews/'\
26+
TOP_API_URL = 'https://wikimedia.org/api/rest_v1/metrics/pageviews/'\
2727
'top/{lang}.{project}/all-access/{year}/{month}/{day}'
28-
MW_API_URL = 'http://{lang}.{project}.org/w/api.php?'
28+
MW_API_URL = 'https://{lang}.{project}.org/w/api.php?'
2929
TOTAL_TRAFFIC_URL = 'https://wikimedia.org/api/rest_v1/metrics/pageviews/aggregate/{lang}.{project}.org/all-access/all-agents/daily/{datestr}00/{datestr}00'
3030

3131

0 commit comments

Comments
 (0)