docs: Fix XInclude path of the BindConstraint example

This commit is contained in:
Emmanuele Bassi 2012-06-25 23:44:11 +01:00
parent 6c4abde369
commit ececa27ad0

View File

@ -80,7 +80,7 @@
* <example id="bind-constraint-example">
* <title>Animating the offset property of ClutterBindConstraint</title>
* <programlisting>
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/bind-constraint.c">
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../tests/interactive/test-bind-constraint.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>