spec: Provide better cross-reference links for common interfaces

There's no need to make readers go looking for these in a larger section,
we can link directly to the individual interfaces.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-09-25 17:41:36 +01:00
parent a5f50e122f
commit d60bc69f57

View file

@ -5883,8 +5883,11 @@
<para>
In addition to the method calls listed below, the message bus
should implement the standard Introspectable, Properties and Peer
interfaces (see <xref linkend="standard-interfaces"/>).
should implement the standard
<link linkend="standard-interfaces-introspectable">Introspectable</link>,
<link linkend="standard-interfaces-peer">Peer</link> and
<link linkend="standard-interfaces-properties">Properties</link>
interfaces.
Support for the Properties and Peer interfaces was added in version
1.11.x of the reference implementation of the message bus.
</para>