From 1651f2106152b40abd8c1dcef2ddcbbca36c7b47 Mon Sep 17 00:00:00 2001 From: apt-ghetto Date: Fri, 21 May 2021 16:09:49 +0200 Subject: Fix IRC links in READMEs and templates Change the webchat links from freenode.net to point to the new destination libera.chat. Co-authored-by: Simon Ser --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a360c9b1..8542b7b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ labels: 'bug' --- ### Please read the following before submitting: -- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on irc.freenode.net. +- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on Libera Chat. - Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway. - Please do NOT submit issues for information from the github wiki. The github wiki is community maintained and therefore may contain outdated information, scripts that don't work or obsolete workarounds. If you fix a script or find outdated information, don't hesitate to adjust the wiki page. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f09cdf5b..0092609b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Questions - url: "http://webchat.freenode.net/?channels=sway&uio=d4" - about: "Please ask questions on IRC in #sway on irc.freenode.net" + url: "https://libera.chat" + about: "Please ask questions on IRC in #sway on Libera Chat" -- cgit v1.2.3-54-g00ecf