diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:10:36 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:10:36 +0800 |
commit | e15831967aed80014a0446b6d5492616bb3e22ae (patch) | |
tree | 3921cc8dd13fec48fa85c603d2a50cbe44e1d18a | |
parent | 72523a13db0b6428b42136b437bf7667280e9fdd (diff) |
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".
-rw-r--r-- | chapter01/resources.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter01/resources.xml b/chapter01/resources.xml index da86d4609..ad20950b2 100644 --- a/chapter01/resources.xml +++ b/chapter01/resources.xml @@ -23,7 +23,8 @@ <sect2 id="ch-intro-maillists" xreflabel="Chapter 1 - Mailing Lists"> <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 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 @@ -56,7 +57,8 @@ <para>Several members of the LFS community offer assistance via Internet Relay Chat (IRC). Before using this support, please make sure your 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> </sect2> |