From 10d167b5430fc046854d7fcbb7c6cb9b66804c26 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Fri, 10 Jan 2020 12:25:18 -0800 Subject: [PATCH] Fixes link that was hardcoded to point to clearlinux.org/documentation ... (#986) Now uses :ref: to same page. Signed-off-by: Kevin Putnam --- source/reference/image-types.rst | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/source/reference/image-types.rst b/source/reference/image-types.rst index 3529e5d6..8d24a4e9 100644 --- a/source/reference/image-types.rst +++ b/source/reference/image-types.rst @@ -55,32 +55,37 @@ Table 2 lists the currently available images that are platform specific. - Virtual Hard Disk for use on Microsoft\* Azure\* cloud platform. * - azure-docker.vhd - - Virtual Hard Disk for use on Microsoft Azure cloud platform with Docker\* pre-installed. + - Virtual Hard Disk for use on Microsoft Azure cloud platform with + Docker\* pre-installed. * - azure-machine-learning.vhd - - Virtual Hard Disk for use on Microsoft Azure cloud platform with the `machine-learning-basic` bundle installed. + - Virtual Hard Disk for use on Microsoft Azure cloud platform with the + `machine-learning-basic` bundle installed. * - cloudguest.img - - Image with generic cloud guest virtual machine (VM) requirements installed. + - Image with generic cloud guest virtual machine (VM) requirements + installed. * - gce.tar - Image with the Google Compute Engine (GCE) specific kernel. * - hyperv.vhdx - - Virtual Hard Disk for use with Microsoft Hyper-V\* hypervisor. Includes `optimized kernel`_ for Hyper-V. + - Virtual Hard Disk for use with Microsoft Hyper-V\* hypervisor. Includes + :ref:`optimized kernel ` for Hyper-V. * - kvm.img - Image for booting in a simple VM with start_qemu.sh. Includes - `optimized kernel`_ for KVM. + :ref:`optimized kernel ` for KVM. * - kvm-legacy.img - - Image for booting in a simple VM using legacy BIOS, if using start_qemu.sh make sure to remove -bios parameter. + - Image for booting in a simple VM using legacy BIOS, if using + start_qemu.sh make sure to remove -bios parameter. * - pxe.tar - Image suitable for use with PXE server. * - vmware.vmdk - - Virtual Machine Disk for VMware\* platforms including Player, Workstation, and ESXi. + - Virtual Machine Disk for VMware\* platforms including Player, + Workstation, and ESXi. .. _images: https://clearlinux.org/downloads -.. _`optimized kernel`: https://clearlinux.org/documentation/clear-linux/reference/compatible-kernels