Skip to content

Commit a34848c

Browse files
authored
Merge pull request #2561 from StoDevX/https-oleville-news
Make oleville news urls use https
2 parents f1f529d + b63a441 commit a34848c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/views/news/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default TabNavigator(
3535
navigation={navigation}
3636
query={{per_page: 10, _embed: true}}
3737
thumbnail={newsImages.oleville}
38-
url="http://oleville.com/wp-json/wp/v2/posts/"
38+
url="https://oleville.com/wp-json/wp/v2/posts/"
3939
/>
4040
),
4141
navigationOptions: {
@@ -68,7 +68,7 @@ export default TabNavigator(
6868
name="PoliticOle"
6969
navigation={navigation}
7070
thumbnail={newsImages.politicole}
71-
url="http://oleville.com/politicole/feed/"
71+
url="https://oleville.com/politicole/feed/"
7272
/>
7373
),
7474
navigationOptions: {

0 commit comments

Comments
 (0)