From f801dcd3eb4816c64138b5d4c171605311b2340e Mon Sep 17 00:00:00 2001 From: Alfred Morgan Date: Mon, 28 Mar 2022 20:46:39 -0700 Subject: [PATCH 1/2] repaired 404 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7725b50c..9c3d68b3 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. From 481fe54af477ff3bb4f3bff591f0dffdd5825830 Mon Sep 17 00:00:00 2001 From: Alfred Morgan Date: Mon, 28 Mar 2022 20:47:31 -0700 Subject: [PATCH 2/2] repaired 404 link --- package/bin/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bin/util.js b/package/bin/util.js index 20ea7bd1..b75b087a 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',