diff --git a/README.md b/README.md index 3ce962354ef..1edae696a11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Code Climate](https://codeclimate.com/github/theforeman/foreman/badges/gpa.svg)](https://codeclimate.com/github/theforeman/foreman) [![Coverage Status](https://coveralls.io/repos/github/theforeman/foreman/badge.svg?branch=develop)](https://coveralls.io/github/theforeman/foreman?branch=develop) [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) -[![Support IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/theforeman.png)](https://kiwiirc.com/client/irc.freenode.net/?#theforeman) +[![Support IRC channel](https://kiwiirc.com/buttons/irc.libera.chat/theforeman.png)](https://kiwiirc.com/client/irc.libera.chat/?#theforeman) [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg)](https://foreman-storybook.surge.sh) [Foreman](https://theforeman.org) is a free open source project that gives you the power to easily **automate repetitive tasks**, quickly **deploy applications**, and proactively **manage your servers life cycle**, on-premises or in the cloud. @@ -15,7 +15,7 @@ From **provisioning** and **configuration** to **orchestration** and **monitorin * ServerFault tag: [Foreman](https://serverfault.com/questions/tagged/foreman) * Issues: [Redmine](https://projects.theforeman.org/issues) * Wiki: [Foreman wiki](https://projects.theforeman.org/projects/foreman/wiki/About) -* Community and support: We use [Freenode](https://freenode.net) IRC channels +* Community and support: We use [Libera.Chat](https://libera.chat) IRC channels * #theforeman for general support * #theforeman-dev for development chat * Mailing lists: diff --git a/app/controllers/links_controller.rb b/app/controllers/links_controller.rb index 9dcb08e8a23..e7160ca8cdd 100644 --- a/app/controllers/links_controller.rb +++ b/app/controllers/links_controller.rb @@ -17,7 +17,7 @@ def external_url(type:, options: {}) when 'wiki' wiki_url(section: options['section']) when 'chat' - 'https://freenode.net' + 'https://libera.chat' when 'forums' forum_url(options['post']) when 'issues' diff --git a/app/views/about/index.html.erb b/app/views/about/index.html.erb index c64fab36ea1..f4d20531bc5 100644 --- a/app/views/about/index.html.erb +++ b/app/views/about/index.html.erb @@ -130,7 +130,7 @@
  • <%= link_to _('Wiki'), external_link_path(type: 'wiki'), :rel => "external" %>
  • <%= _("IRC") %>
    -

    <%= (_("You can find The Foreman on the %{freenode} (irc.freenode.net) network. For general support, please visit #theforeman and for development specific related chat, please visit #theforeman-dev.") % {:freenode => link_to("freenode", external_link_path(type: 'chat'), :rel => "external")}).html_safe %>

    +

    <%= (_("You can find The Foreman on the %{liberachat} (irc.libera.chat) network. For general support, please visit #theforeman and for development specific related chat, please visit #theforeman-dev.") % {:liberachat => link_to("Libera.Chat", external_link_path(type: 'chat'), :rel => "external")}).html_safe %>

    <%= _("Forums") %>

    <%= (_("You can use the %{community_forums} to ask for help or advice, participate in discussions around challenges or ideas you have with Foreman.") % {:community_forums => link_to( _('community forums'), external_link_path(type: 'forums'), :rel => "external")}).html_safe %>

    <%= _("Issue tracker") %>
    diff --git a/man/foreman-debug.8.asciidoc b/man/foreman-debug.8.asciidoc index ef294d395c3..5b185dede12 100644 --- a/man/foreman-debug.8.asciidoc +++ b/man/foreman-debug.8.asciidoc @@ -83,4 +83,4 @@ GETTING HELP ------------ For support, please see http://theforeman.org/support.html, the -foreman-users@googlegroups.com mailing list or #theforeman on Freenode. +foreman-users@googlegroups.com mailing list or #theforeman on Libera.Chat. diff --git a/man/foreman-rake.8.asciidoc b/man/foreman-rake.8.asciidoc index ee630aa6b8f..2f3a0806360 100644 --- a/man/foreman-rake.8.asciidoc +++ b/man/foreman-rake.8.asciidoc @@ -51,4 +51,4 @@ GETTING HELP ------------ For support, please see http://theforeman.org/support.html, the -foreman-users@googlegroups.com mailing list or #theforeman on Freenode. +foreman-users@googlegroups.com mailing list or #theforeman on Libera.Chat. diff --git a/man/foreman-tail.8.asciidoc b/man/foreman-tail.8.asciidoc index 486dba8dec1..18d5a9649cd 100644 --- a/man/foreman-tail.8.asciidoc +++ b/man/foreman-tail.8.asciidoc @@ -50,4 +50,4 @@ GETTING HELP ------------ For support, please see http://theforeman.org/support.html, the -foreman-users@googlegroups.com mailing list or #theforeman on Freenode. +foreman-users@googlegroups.com mailing list or #theforeman on Libera.Chat.