On a Friday in 2022, Peter Krempa wrote:
Modify the name of the 'IRC discussion' paragraph to just
'IRC' so that
the links keep working and remove the raw HTML anchors.
Adjustment is needed for documents which were using the '#email' anchor
which has now become '#mailing-lists'.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/contact.rst | 11 ++---------
docs/contribute.rst | 10 +++++-----
docs/page.xsl | 2 +-
docs/securityprocess.rst | 4 ++--
4 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/docs/page.xsl b/docs/page.xsl
index 7d0203cf62..0a0b017482 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -172,7 +172,7 @@
<div id="contact">
<h3>Contact</h3>
<ul>
- <li><a
href="{$href_base}contact.html#email">email</a></li>
+ <li><a
href="{$href_base}contact.html#mailng-lists">email</a></li>
s/mailng/mailing/
Jano
<li><a
href="{$href_base}contact.html#irc">irc</a></li>
</ul>
</div>