From 4f0b86adf9730d33e1519e275681e23a453cfbb9 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 29 Jun 2021 16:41:56 -0700 Subject: [PATCH] doc: fix doc reference using symbolic link enable_s5.rst has a couple of literalinclude directives referencing sample scripts that were moved and now go through a symbolic link to the new folder. Symbolic links don't work on Windows, so change the references in enable_s5.rst to not go through the symbolic link. Signed-off-by: David B. Kinder --- doc/tutorials/enable_s5.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/enable_s5.rst b/doc/tutorials/enable_s5.rst index 5af3c44a0..9e27b8643 100644 --- a/doc/tutorials/enable_s5.rst +++ b/doc/tutorials/enable_s5.rst @@ -92,9 +92,9 @@ Enable S5 The procedure for enabling S5 is specific to the particular OS: * For Linux (LaaG) or Windows (WaaG), refer to the following configurations in the - ``devicemodel/samples/nuc/launch_uos.sh`` launch script for ``acrn-dm``. + ``misc/config_tools/data/sample_launch_scripts/nuc/launch_uos.sh`` launch script for ``acrn-dm``. - .. literalinclude:: ../../../../devicemodel/samples/nuc/launch_uos.sh + .. literalinclude:: ../../../../misc/config_tools/data/sample_launch_scripts/nuc/launch_uos.sh :name: laag-waag-script :caption: LaaG/WaaG launch script :linenos: @@ -102,9 +102,9 @@ The procedure for enabling S5 is specific to the particular OS: :emphasize-lines: 2-4,17 :language: bash -* For RT-Linux, refer to the ``devicemodel/samples/nuc/launch_hard_rt_vm.sh`` script: +* For RT-Linux, refer to the ``misc/config_tools/data/sample_launch_scripts/nuc/launch_hard_rt_vm.sh`` script: - .. literalinclude:: ../../../../devicemodel/samples/nuc/launch_hard_rt_vm.sh + .. literalinclude:: ../../../../misc/config_tools/data/sample_launch_scripts/nuc/launch_hard_rt_vm.sh :name: rt-script :caption: RT-Linux launch script :linenos: