Use the anchor name as generated by rst2html.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/page.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/page.xsl b/docs/page.xsl
index 72a6fa0842..a6a270896c 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -187,7 +187,7 @@
</div>
</xsl:if>
<div id="conduct">
- Participants in the libvirt project agree to abide by <a
href="{$href_base}governance.html#codeofconduct">the project code of
conduct</a>
+ Participants in the libvirt project agree to abide by <a
href="{$href_base}governance.html#code-of-conduct">the project code of
conduct</a>
</div>
<br class="clear"/>
</div>
--
2.35.1