summaryrefslogtreecommitdiffstats
path: root/docs/WRITING_VM_AND_CONTAINER_MANAGERS.md
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-04-17 20:54:45 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2024-04-17 21:21:23 +0200
commit0d592a5e17d473d301b921fbd43b8ef2c3b518ec (patch)
treee6a72e51047a8f575bfc155596e8f8744651fdeb /docs/WRITING_VM_AND_CONTAINER_MANAGERS.md
parentRevert "docs: don't suffix page permalink with a slash" (diff)
downloadsystemd-0d592a5e17d473d301b921fbd43b8ef2c3b518ec.tar.xz
systemd-0d592a5e17d473d301b921fbd43b8ef2c3b518ec.zip
docs: use absolute links for our pages
Since 56b2970 has proven to be a no-go for us, as it breaks existing links, let's embrace the trailing slash and use absolute links everywhere for our pages. This way we'll get around browser cleverly appending the relative link to the current location (since it ends with a slash), and given our docs/ layout is flat it's not much of a hassle either. Converted using this beauty: $ sed -ri 's/(\[.+\]\()([A-Z_]+\))/\1\/\2/g' *.md Resolves: #32088 (again) and #32310
Diffstat (limited to 'docs/WRITING_VM_AND_CONTAINER_MANAGERS.md')
-rw-r--r--docs/WRITING_VM_AND_CONTAINER_MANAGERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WRITING_VM_AND_CONTAINER_MANAGERS.md b/docs/WRITING_VM_AND_CONTAINER_MANAGERS.md
index 86ef0c3f13..724d3d6daf 100644
--- a/docs/WRITING_VM_AND_CONTAINER_MANAGERS.md
+++ b/docs/WRITING_VM_AND_CONTAINER_MANAGERS.md
@@ -32,7 +32,7 @@ For more details on the APIs provided by machine consult [the bus API interface
## Guest OS Integration
-As container virtualization is much less comprehensive, and the guest is less isolated from the host, there are a number of interfaces defined how the container manager can set up the environment for systemd running inside a container. These Interfaces are documented in [Container Interface of systemd](CONTAINER_INTERFACE).
+As container virtualization is much less comprehensive, and the guest is less isolated from the host, there are a number of interfaces defined how the container manager can set up the environment for systemd running inside a container. These Interfaces are documented in [Container Interface of systemd](/CONTAINER_INTERFACE).
VM virtualization is more comprehensive and fewer integration APIs are available.
In fact there's only one: a VM manager may initialize the SMBIOS DMI field "Product UUUID" to a UUID uniquely identifying this virtual machine instance.