Skip to content

Commit

Permalink
xep.xsl: Replace shtml link to community page
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime “pep” Buquet <[email protected]>
  • Loading branch information
Ppjet6 committed Nov 3, 2022
1 parent 56c6de9 commit 8eb047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xep.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
</xsl:when>
<xsl:otherwise>
<p class='indent'>The primary venue for discussion of XMPP Extension Protocols is the &lt;<a href="https://mail.jabber.org/mailman/listinfo/standards">[email protected]</a>&gt; discussion list.</p>
<p class='indent'>Discussion on other xmpp.org discussion lists might also be appropriate; see &lt;<a href='https://xmpp.org/about/discuss.shtml'>https://xmpp.org/about/discuss.shtml</a>&gt; for a complete list.</p>
<p class='indent'>Discussion on other xmpp.org discussion lists might also be appropriate; see &lt;<a href='https://xmpp.org/community/'>https://xmpp.org/community/</a>&gt; for a complete list.</p>
<xsl:if test='contains(/xep/header/dependencies,"RFC")'>
<p class='indent'>Given that this XMPP Extension Protocol normatively references IETF technologies, discussion on the &lt;<a href="https://mail.jabber.org/mailman/listinfo/xsf-ietf">[email protected]</a>&gt; list might also be appropriate.</p>
</xsl:if>
Expand Down

0 comments on commit 8eb047a

Please sign in to comment.