diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl
index ffa28c46..4adfed34 100644
--- a/xdoc/src/plugin-resources/site.jsl
+++ b/xdoc/src/plugin-resources/site.jsl
@@ -453,7 +453,8 @@
navigation.xml.XDoc automatically adds the "External Link" icon and tooltip to links referring to external sites (actually, any absolute url).
+ From version 1.10 on, the xdoc plugin
+ allows for an optional id tag in the section
+ and subsection elements:
+
+ An anchor is constructed from each id tag,
+ so you can reference sections and subsections from other source
+ documents. Note that each id tag has to be unique
+ within one source document.
+
+ In previous versions of the plugin, an id tag
+ was constructed from section/subsection names, replacing special
+ characters by underscores. For backwards compatibility reasons,
+ we keep this behaviour, id tag
+ is present, an anchor is constructed from the name tag.
+ Note that this presents two shortcomings:
+
+ We recommend that you provide an id tag if you
+ want to reference a section or subsection.
+