status.php: use HTTPS for links
This commit is contained in:
parent
cb48fa98b0
commit
94cdb612a1
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
{
|
||||
"api_compatibility":["14"],
|
||||
"space":"IT-Syndikat",
|
||||
"logo":"http://it-syndikat.org/api/images/its_l.png",
|
||||
"url":"http://it-syndikat.org",
|
||||
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
||||
"url":"https://it-syndikat.org",
|
||||
"location":{
|
||||
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
||||
"lat":47.2578,
|
||||
|
@ -19,8 +19,8 @@
|
|||
"open":$open,
|
||||
"lastchange":$date,
|
||||
"icon":{
|
||||
"open":"http://it-syndikat.org/api/images/ITS_Open.png",
|
||||
"closed":"http://it-syndikat.org/api/images/ITS_Closed.png"
|
||||
"open":"https://it-syndikat.org/api/images/ITS_Open.png",
|
||||
"closed":"https://it-syndikat.org/api/images/ITS_Closed.png"
|
||||
}
|
||||
},
|
||||
"contact":{
|
||||
|
|
Reference in a new issue