From e73d627c4b2ee10f3acd1112f089e6a9a3e3c417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 2 Dec 2024 14:57:30 +0100 Subject: [PATCH] Fix broken links in the documentation --- doc/source/building_images/build_simple_disk.rst | 2 +- doc/source/index.rst | 2 +- doc/source/plugins/self_contained.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/building_images/build_simple_disk.rst b/doc/source/building_images/build_simple_disk.rst index 23168b23937..c52f330d187 100644 --- a/doc/source/building_images/build_simple_disk.rst +++ b/doc/source/building_images/build_simple_disk.rst @@ -295,7 +295,7 @@ attributes: - `diskmode`: The disk mode (`vmdk` format only). Valid values are `monolithicSparse`, `monolithicFlat`, `twoGbMaxExtentSparse`, `twoGbMaxExtentFlat` and `streamOptimized` (see also - https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.OvfManager.CreateImportSpecParams.DiskProvisioningType.html). + https://vdc-download.vmware.com/vmwb-repository/dcr-public/6335f27c-c6e9-4804-95b0-ea9449958403/c7798a8b-4c73-41d9-84e8-db5453de7b17/doc/vddkDataStruct.5.3.html). - `disktype`: The type of the disk handled internally by the VM (`ova` format only). This attribute is currently unused. diff --git a/doc/source/index.rst b/doc/source/index.rst index 7f99f4d8154..2ac604f5304 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -134,4 +134,4 @@ Contact ``#kiwi:matrix.org`` room via `Matrix `__ on the web or by using the supported - `clients `__. + `clients `__. diff --git a/doc/source/plugins/self_contained.rst b/doc/source/plugins/self_contained.rst index b1ef6d1cc9a..97ba3376a8f 100644 --- a/doc/source/plugins/self_contained.rst +++ b/doc/source/plugins/self_contained.rst @@ -121,7 +121,7 @@ the following sharing backends are supported: ``--virtiofs-sharing`` QEMU virtio-fs shared file system daemon. Share a host directory tree with a box through a virtio-fs device. For more information - see `virtiofs `__. + see `virtiofs `__. Using this sharing backend does not require any setup procedure from the user