diff --git a/README.md b/README.md index 9a4da16..47792f3 100644 --- a/README.md +++ b/README.md @@ -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**! diff --git a/index.html b/index.html index c13a1de..4b5e6d3 100644 --- a/index.html +++ b/index.html @@ -178,7 +178,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
-

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 project page on GitHub!

+

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 project page on GitHub!

If you're interested in contributing or simply want to say hello, head over to #glowing-bear on freenode! We won't bite, promise (-ish).

diff --git a/manifest.json b/manifest.json index 4d842b9..ae726cc 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/manifest.webapp b/manifest.webapp index 3037fc0..d36d927 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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"