[PATCH 54/67] docs: page.xsl: Fix link to 'mailing-lists' section

Peter Krempa posted 67 patches 3 years, 8 months ago
[PATCH 54/67] docs: page.xsl: Fix link to 'mailing-lists' section
Posted by Peter Krempa 3 years, 8 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/page.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/page.xsl b/docs/page.xsl
index 0a0b017482..1414d90b89 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#mailng-lists">email</a></li>
+              <li><a href="{$href_base}contact.html#mailing-lists">email</a></li>
               <li><a href="{$href_base}contact.html#irc">irc</a></li>
             </ul>
           </div>
-- 
2.35.3