From 1ebfe43f4c721e0cd15a4a133a0e920f266196a6 Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Fri, 10 Jan 2025 14:13:27 +0100 Subject: [PATCH 1/2] Fix git:// URLs github has removed support for git:// a while ago [0]. [0] https://github.blog/security/application-security/improving-git-protocol-security-github/ Signed-off-by: Richard Weinberger --- dev-info.md | 2 +- download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-info.md b/dev-info.md index 2f85220..e5864c9 100644 --- a/dev-info.md +++ b/dev-info.md @@ -13,7 +13,7 @@ the following command. git clone git://git.verplant.org/collectd.git \# Github mirror -git clone git://github.com/collectd/collectd.git +git clone https://github.com/collectd/collectd.git diff --git a/download.md b/download.md index 36e683e..446d390 100644 --- a/download.md +++ b/download.md @@ -60,7 +60,7 @@ The Git repository, along with issue tracker and Pull Requests, is hosted on Git http://github.com/collectd/collectd/. ```shell -git clone git://github.com/collectd/collectd.git +git clone https://github.com/collectd/collectd.git ``` More information is available in [the development documentation](dev-info.md). From 16f3b91cbe34cb53a2c2cdfc42fd25dae48aab5c Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Fri, 10 Jan 2025 14:18:25 +0100 Subject: [PATCH 2/2] Fix IRC info freenode is dead for a while. #collectd is now on libera. Signed-off-by: Richard Weinberger --- contact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.md b/contact.md index 8889b5b..ce3e58f 100644 --- a/contact.md +++ b/contact.md @@ -33,7 +33,7 @@ that before asking questions that may have been answered before. ## IRC -Some of us are hanging out in `#collectd` on [freenode](http://freenode.net/). Feel free to join us thereĀ :) +Some of us are hanging out in `#collectd` on [libera](http://libera.chat/). Feel free to join us thereĀ :) ## Twitter