diff --git a/README.md b/README.md index d5a505ea..f27c8df8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Build Status](https://github.com/purpleidea/mgmt/workflows/.github/workflows/test.yaml/badge.svg)](https://github.com/purpleidea/mgmt/actions/) [![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godocs.io/github.com/purpleidea/mgmt) [![Matrix](https://img.shields.io/badge/matrix-%23mgmtconfig-orange.svg?style=flat-square)](https://matrix.to/#/#mgmtconfig:matrix.org) -[![IRC](https://img.shields.io/badge/irc-%23mgmtconfig-orange.svg?style=flat-square)](https://web.libera.chat/?channels=#mgmtconfig) [![Patreon](https://img.shields.io/badge/patreon-donate-yellow.svg?style=flat-square)](https://www.patreon.com/purpleidea) [![Liberapay](https://img.shields.io/badge/liberapay-donate-yellow.svg?style=flat-square)](https://liberapay.com/purpleidea/donate) @@ -73,7 +72,6 @@ Come join us in the `mgmt` community! | Medium | Link | |---|---| | Matrix | [#mgmtconfig](https://matrix.to/#/#mgmtconfig:matrix.org) on Matrix.org | -| IRC | [#mgmtconfig](https://web.libera.chat/?channels=#mgmtconfig) on Libera.Chat | | Twitter | [@mgmtconfig](https://twitter.com/mgmtconfig) & [#mgmtconfig](https://twitter.com/hashtag/mgmtconfig) | | Mailing list | [looking for a new home, suggestions welcome](https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/1082) | | Patreon | [purpleidea](https://www.patreon.com/purpleidea) on Patreon | diff --git a/docs/faq.md b/docs/faq.md index e1e9760f..aeeae043 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -53,16 +53,13 @@ find a number of tutorials online. 3. Spend between four to six hours with the [golang tour](https://tour.golang.org/). Skip over the longer problems, but try and get a solid overview of everything. If you forget something, you can always go back and repeat those parts. -4. Connect to our [#mgmtconfig](https://web.libera.chat/?channels=#mgmtconfig) -IRC channel on the [Libera.Chat](https://libera.chat/) network. You can use any -IRC client that you'd like, but the [hosted web portal](https://web.libera.chat/?channels=#mgmtconfig) -will suffice if you don't know what else to use. [Here are a few suggestions for -alternative clients.](https://libera.chat/guides/clients) +4. Connect to our [#mgmtconfig](https://matrix.to/#/#mgmtconfig:matrix.org) +Matrix channel and hang out with us there out there. 5. Now it's time to try and starting writing a patch! We have tagged a bunch of [open issues as #mgmtlove](https://github.com/purpleidea/mgmt/issues?q=is%3Aissue+is%3Aopen+label%3Amgmtlove) for new users to have somewhere to get involved. Look through them to see if something interests you. If you find one, let us know you're working on it by -leaving a comment in the ticket. We'll be around to answer questions in the IRC +leaving a comment in the ticket. We'll be around to answer questions in the channel, and to create new issues if there wasn't something that fit your interests. When you submit a patch, we'll review it and give you some feedback. Over time, we hope you'll learn a lot while supporting the project! Now get @@ -534,9 +531,7 @@ which definitely existed before the band did. ### You didn't answer my question, or I have a question! -It's best to ask on [IRC](https://web.libera.chat/?channels=#mgmtconfig) -to see if someone can help you. If you don't get a response from IRC, you can -contact me through my [technical blog](https://purpleidea.com/contact/) and I'll -do my best to help. If you have a good question, please add it as a patch to +It's best to ask on [Matrix](https://matrix.to/#/#mgmtconfig:matrix.org) to see +if someone can help. If you don't get a response there, you can send a patch to this documentation. I'll merge your question, and add a patch with the answer! For news and updates, subscribe to the [mailing list](https://www.redhat.com/mailman/listinfo/mgmtconfig-list).