Skip to content

Commit a28c75f

Browse files
miguelinuxdbkinder
authored andcommitted
doc: fix references from scripts
The sambles scripts where moved to another directory but did not update all the references in the documentation. Fixes: 977d48d ("hypervisor: install acrn.efi to /usr/lib") Fixes: 9563e24 ("samples: move samples to specifi platform diretory") Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
1 parent 784eb6f commit a28c75f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/getting_started/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ Without a network bridge, the SOS and UOS are not able to talk to each
223223
other.
224224

225225
A sample `bridge.sh
226-
<https://github.com/projectacrn/acrn-hypervisor/devicemodel/tree/master/samples/bridge.sh>`__
226+
<https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/devicemodel/samples/nuc/bridge.sh>`__
227227
is included in the Clear Linux release, and
228228
is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples
229229
folder) as shown here:
230230

231-
.. literalinclude:: ../../devicemodel/samples/bridge.sh
232-
:caption: devicemodel/samples/bridge.sh
231+
.. literalinclude:: ../../devicemodel/samples/nuc/bridge.sh
232+
:caption: devicemodel/samples/nuc/bridge.sh
233233
:language: bash
234234

235235
By default, the script is located in the ``/usr/share/acrn/samples/nuc/``
@@ -277,13 +277,13 @@ Set up Reference UOS
277277
#. Edit and Run the launch_uos.sh script to launch the UOS.
278278

279279
A sample `launch_uos.sh
280-
<https://github.com/projectacrn/acrn-hypervisor/devicemodel/tree/master/samples/launch_uos.sh>`__
280+
<https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/devicemodel/samples/nuc/launch_uos.sh>`__
281281
is included in the Clear Linux release, and
282282
is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples
283283
folder) as shown here:
284284

285-
.. literalinclude:: ../../devicemodel/samples/launch_uos.sh
286-
:caption: devicemodel/samples/launch_uos.sh
285+
.. literalinclude:: ../../devicemodel/samples/nuc/launch_uos.sh
286+
:caption: devicemodel/samples/nuc/launch_uos.sh
287287
:language: bash
288288
:emphasize-lines: 22,24
289289

doc/getting_started/up2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ terminal, and from there launch the UOS.
194194

195195
.. code-block:: none
196196
197-
$ cd /usr/share/acrn/demo
197+
$ cd /usr/share/acrn/samples/nuc
198198
$ sudo ./launch_UOS.sh
199199
200200
|image0|

0 commit comments

Comments
 (0)