diff --git a/README.md b/README.md index 7725b50..9c3d68b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [CIRC](http://flackr.github.com/circ) +# [CIRC](https://github.com/flackr/circ/) **An IRC client in the shape of a packaged Chrome app** CIRC uses the chrome.sockets APIs to connect directly to IRC servers without needing a proxy. It has a ton of other killer features as well such as syncing your IRC state accross all your devices and allowing you to use a single IRC connection on multiple devices simultaneously. diff --git a/package/bin/util.js b/package/bin/util.js index 20ea7bd..b75b087 100644 --- a/package/bin/util.js +++ b/package/bin/util.js @@ -6,7 +6,7 @@ var exports = window; exports.globals = { - PROJECT_URL: 'http://flackr.github.com/circ', + PROJECT_URL: 'https://github.com/flackr/circ/', ISSUES_URL: 'https://github.com/flackr/circ/issues',