Fix broken link

fix an invalid link, use uri instead of xref since it's not an external
link and has to be adjusted. Also fix content to use training-guides
instead of openstack-manuals.

Change-Id: I9ccdd1389ddcd77ddd6ff70a1e8449690216c271
This commit is contained in:
Andreas Jaeger 2014-09-07 16:04:41 +02:00
parent b68650b22f
commit 9b76c6cf59

View File

@ -597,9 +597,8 @@ blueprint training-manuals</computeroutput></screen>
<step>
<para>Verify the code is good by running <command>mvn
clean generate-sources</command> and by
reviewing the local HTML in <link
xlink:href="target/docbkx/webhelp/training-guides/content/"
>file:///Users/<replaceable>username</replaceable>/code/openstack-manuals/doc/training-guides/target/docbkx/webhelp/training-guides/content/</link>.</para>
reviewing the local HTML in <uri
>file:///Users/<replaceable>username</replaceable>/code/training-guides/doc/training-guides/target/docbkx/webhelp/training-guides/content/</uri>.</para>
</step>
<step>
<para>Merge the branch.</para>