resources: remove bad usage of <uri>

RFC 3986:

      URI         = scheme ":" hier-part [ "?" query ] [ "#" fragment ]

      hier-part   = "//" authority path-abempty
                  / path-absolute
                  / path-rootless
                  / path-empty

So "linuxfromscratch.org" is not a URI, nor "irc.libera.chat".
This commit is contained in:
Xi Ruoyao 2022-10-18 16:10:36 +08:00
parent 72523a13db
commit e15831967a
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -23,7 +23,8 @@
<sect2 id="ch-intro-maillists" xreflabel="Chapter&nbsp;1 - Mailing Lists"> <sect2 id="ch-intro-maillists" xreflabel="Chapter&nbsp;1 - Mailing Lists">
<title>Mailing Lists</title> <title>Mailing Lists</title>
<para>The <uri>linuxfromscratch.org</uri> server hosts a number of mailing <para>The <systemitem class='domainname'>linuxfromscratch.org</systemitem>
server hosts a number of mailing
lists used for the development of the LFS project. These lists include the lists used for the development of the LFS project. These lists include the
main development and support lists, among others. If the FAQ do not solve main development and support lists, among others. If the FAQ do not solve
the problem you are having, the next step would be to search the mailing the problem you are having, the next step would be to search the mailing
@ -56,7 +57,8 @@
<para>Several members of the LFS community offer assistance via Internet <para>Several members of the LFS community offer assistance via Internet
Relay Chat (IRC). Before using this support, please make sure your Relay Chat (IRC). Before using this support, please make sure your
question is not already answered in the LFS FAQ or the mailing list question is not already answered in the LFS FAQ or the mailing list
archives. You can find the IRC network at <uri>irc.libera.chat</uri>. archives. You can find the IRC network at
<systemitem class='domainname'>irc.libera.chat</systemitem>.
The support channel is named #lfs-support.</para> The support channel is named #lfs-support.</para>
</sect2> </sect2>