Skip to content

Commit 819d41c

Browse files
committed
Use https for links
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent e13ef92 commit 819d41c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/themes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"Silk" is a smooth theme designed to be clear and easy for the
111111
eyes, based on <a href="http://famfamfam.com/lab/icons/silk/">
112112
Silk icons</a> by Mark James which is licensed under the
113-
<a href="http://creativecommons.org/licenses/by/2.5/">
113+
<a href="https://creativecommons.org/licenses/by/2.5/">
114114
Cc-by-2.5</a>
115115
''',
116116
'author': u'Matthias Mailander',
@@ -166,14 +166,14 @@
166166
'pixeline-2.10': {
167167
'name': 'Pixeline',
168168
'support': '2.9 - 2.10',
169-
'info': u'By <a href="http://www.pixeline.be">Pixeline</a>.',
169+
'info': u'By <a href="https://pixeline.be/">Pixeline</a>.',
170170
'author': u'Pixeline',
171171
'ignore': True,
172172
},
173173
'pixeline-2.11a': {
174174
'name': 'Pixeline',
175175
'support': '2.11',
176-
'info': u'By <a href="http://www.pixeline.be">Pixeline</a>.',
176+
'info': u'By <a href="https://pixeline.be/">Pixeline</a>.',
177177
'author': u'Pixeline',
178178
'ignore': True,
179179
},

pmaweb/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_news_planet(self):
138138
self.cdn_tester(
139139
Planet,
140140
['/'],
141-
title='title', url='http://example.net/',
141+
title='title', url='https://example.net/',
142142
date=make_aware(
143143
datetime.datetime(year=2000, month=1, day=1), utc
144144
),

0 commit comments

Comments
 (0)