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 wenlingz
parent 1a277f7524
commit 97a0464a5b
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

View File

@ -35,7 +35,7 @@ Modify the ``[Network]`` section in the
``/etc/systemd/network/50-eth.network`` file you just created.
This is the content of the file used in ACRN by default.
.. literalinclude:: ../../misc/acrnbridge/eth.network
.. literalinclude:: ../../../../misc/acrnbridge/eth.network
:caption: misc/acrnbridge/eth.network
:emphasize-lines: 5