On Wed, Jul 28, 2021 at 09:47:49AM +0100, Daniel P. Berrangé wrote:
On Thu, May 27, 2021 at 01:00:55PM +0100, Richard W.M. Jones wrote:
> On Thu, May 27, 2021 at 09:52:58AM +0100, Daniel P. Berrangé wrote:
> > Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
> > ---
> > docs/guestfs-faq.pod | 2 +-
> > website/index.html.in | 4 ++--
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/docs/guestfs-faq.pod b/docs/guestfs-faq.pod
> > index bea609591..15b1247b0 100644
> > --- a/docs/guestfs-faq.pod
> > +++ b/docs/guestfs-faq.pod
> > @@ -108,7 +108,7 @@ There is a mailing list, mainly for development, but users
are also
> > welcome to ask questions about libguestfs and the virt tools:
> >
L<https://www.redhat.com/mailman/listinfo/libguestfs>
> >
> > -You can also talk to us on IRC channel C<#libguestfs> on FreeNode.
> > +You can also talk to us on IRC channel C<#guestfs> on Libera Chat.
> > We're not always around, so please stay in the channel after asking
> > your question and someone will get back to you.
> >
> > diff --git a/website/index.html.in b/website/index.html.in
> > index f469c5eeb..7453129d6 100644
> > --- a/website/index.html.in
> > +++ b/website/index.html.in
> > @@ -55,8 +55,8 @@ guestfish --ro -i -a disk.img
> > <p>
> > Join us on
> > the <a
href="http://www.redhat.com/mailman/listinfo/libguestfs">lib...
> > -mailing list</a>, or on IRC channel <code>#libguestfs</code>
> > -on <a
href="http://freenode.net/">FreeNode</a>.
> > +mailing list</a>, or on IRC channel <code>#guestfs</code>
> > +on <a href="https://libera.chat/">Libera Chat</a>.
> > </p>
>
> Thanks Dan, I've pushed it.
This doesn't seem to have gone live on the actual website.
That page has not been regenerated in a long time (my guess is late
2019) and I guess it is waiting for me to rework all that into automatic
generation in GitLab, although I did not yet finish the nbdkit move even.