doc: fix broken include paths

PR #3665 moved the doc build folder, so files referenced via directives
had an incorrect path (need to add an additional ../../ to the front of
relative paths that were referencing files outside of the doc folder).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2019-10-29 15:35:14 -07:00
committed by David Kinder
parent be91d87d36
commit 5a7237b3ff
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@ Set up Reference UOS
is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples
folder) as shown here:
.. literalinclude:: ../../devicemodel/samples/nuc/launch_uos.sh
.. literalinclude:: ../../../../devicemodel/samples/nuc/launch_uos.sh
:caption: devicemodel/samples/nuc/launch_uos.sh
:language: bash