Github pages now support https - so use it!
This commit is contained in:
parent
8d94dffec9
commit
199482c042
3 changed files with 4 additions and 4 deletions
|
@ -9,6 +9,6 @@ To use the web interface you first need to set a relay and a password:
|
|||
/set relay.network.password YOURPASSWORD
|
||||
|
||||
Then you can point your browser to the
|
||||
[Glowing Bear](http://cormier.github.io/glowing-bear) !
|
||||
[Glowing Bear](https://cormier.github.io/glowing-bear) !
|
||||
|
||||
Interested in contributing or simply want to talk about the project? Join us on **#glowing-bear** on **freenode**!
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
},
|
||||
"app": {
|
||||
"urls": [
|
||||
"http://cormier.github.io/glowing-bear/"
|
||||
"https://cormier.github.io/glowing-bear/"
|
||||
],
|
||||
"launch": {
|
||||
"container": "panel",
|
||||
"web_url": "http://cormier.github.io/glowing-bear/"
|
||||
"web_url": "https://cormier.github.io/glowing-bear/"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"developer": {
|
||||
"name": "Cormier",
|
||||
"url": "http://cormier.github.io/glowing-bear/"
|
||||
"url": "https://cormier.github.io/glowing-bear/"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"version": "2"
|
||||
|
|
Loading…
Reference in a new issue