Merge pull request #263 from tribut/new-url
Update URLs to point to new Github Org
This commit is contained in:
commit
a48a6c58c9
4 changed files with 6 additions and 6 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](https://cormier.github.io/glowing-bear) !
|
||||
[Glowing Bear](https://glowing-bear.github.io/glowing-bear) !
|
||||
|
||||
Interested in contributing or simply want to talk about the project? Join us on **#glowing-bear** on **freenode**!
|
||||
|
|
|
@ -178,7 +178,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
|||
</div>
|
||||
<div id="collapseFive" class="panel-collapse collapse">
|
||||
<div class="panel-body">
|
||||
<p>Glowing bear is built by a small group of developers in their free time. As we're always trying to improve it, we would love getting your feedback and help. If that sounds like something you might enjoy, check out our <a href="https://github.com/cormier/glowing-bear">project page</a> on GitHub!</p>
|
||||
<p>Glowing bear is built by a small group of developers in their free time. As we're always trying to improve it, we would love getting your feedback and help. If that sounds like something you might enjoy, check out our <a href="https://github.com/glowing-bear/glowing-bear">project page</a> on GitHub!</p>
|
||||
<p>If you're interested in contributing or simply want to say hello, head over to <strong>#glowing-bear</strong> on <strong>freenode!</strong> We won't bite, promise (-ish).</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
},
|
||||
"app": {
|
||||
"urls": [
|
||||
"https://cormier.github.io/glowing-bear/"
|
||||
"https://glowing-bear.github.io/glowing-bear/"
|
||||
],
|
||||
"launch": {
|
||||
"container": "panel",
|
||||
"web_url": "https://cormier.github.io/glowing-bear/"
|
||||
"web_url": "https://glowing-bear.github.io/glowing-bear/"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"*"
|
||||
],
|
||||
"developer": {
|
||||
"name": "Cormier",
|
||||
"url": "https://cormier.github.io/glowing-bear/"
|
||||
"name": "The Glowing Bear Authors",
|
||||
"url": "https://github.com/glowing-bear"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"version": "2"
|
||||
|
|
Loading…
Reference in a new issue