mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-19 08:34:00 +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
wenlingz
parent
1a277f7524
commit
97a0464a5b
@@ -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