mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 21:29:20 +00:00
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:
committed by
David Kinder
parent
be91d87d36
commit
5a7237b3ff
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user