From 6d2b213b0074c851734f17f26aba960222cb2b4c Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 9 Jun 2020 13:27:03 -0700 Subject: [PATCH] doc: update links to pre-built images Signed-off-by: David B. Kinder --- doc/getting-started/rt_industry.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/rt_industry.rst b/doc/getting-started/rt_industry.rst index 119d95b5d..c2df89927 100644 --- a/doc/getting-started/rt_industry.rst +++ b/doc/getting-started/rt_industry.rst @@ -191,7 +191,7 @@ Use the ACRN industry out-of-the-box image .. code-block:: none - # wget https://github.com/projectacrn/acrn-hypervisor/releases/download/acrn-2020w18.4-140000p/sos-industry-33050.img.xz + # wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v1.6.1/sos-industry-33050.img.xz .. note:: You may also follow :ref:`set_up_ootb_service_vm` to build the image by yourself. @@ -238,7 +238,7 @@ build the ACRN kernel for the Service VM, and then :ref:`passthrough the SATA di .. code-block:: none - # wget https://github.com/projectacrn/acrn-hypervisor/releases/download/acrn-2020w18.4-140000p/preempt-rt-33050.img.xz + # wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v1.6.1/preempt-rt-33050.img.xz .. note:: You may also follow :ref:`set_up_ootb_rtvm` to build the Preempt-RT VM image by yourself.