treewide: Fix links in module documentation

This commit is contained in:
dish
2025-08-25 12:55:11 -04:00
parent 70d776e9fe
commit 970dcca69c
107 changed files with 180 additions and 180 deletions

View File

@@ -45,7 +45,7 @@ in
};
description = ''
Configuration for docker daemon. The attributes are serialized to JSON used as daemon.conf.
See https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
See <https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file>
'';
};

View File

@@ -78,7 +78,7 @@ in
};
description = ''
Configuration for docker daemon. The attributes are serialized to JSON used as daemon.conf.
See https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
See <https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file>
'';
};

View File

@@ -150,7 +150,7 @@ let
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/daemon.d/
and called for daemon start/shutdown/SIGHUP events.
Please see https://libvirt.org/hooks.html for documentation.
Please see <https://libvirt.org/hooks.html> for documentation.
'';
};
@@ -160,7 +160,7 @@ let
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/qemu.d/
and called for qemu domains begin/end/migrate events.
Please see https://libvirt.org/hooks.html for documentation.
Please see <https://libvirt.org/hooks.html> for documentation.
'';
};
@@ -170,7 +170,7 @@ let
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/lxc.d/
and called for lxc domains begin/end events.
Please see https://libvirt.org/hooks.html for documentation.
Please see <https://libvirt.org/hooks.html> for documentation.
'';
};
@@ -180,7 +180,7 @@ let
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/libxl.d/
and called for libxl-handled xen domains begin/end events.
Please see https://libvirt.org/hooks.html for documentation.
Please see <https://libvirt.org/hooks.html> for documentation.
'';
};
@@ -190,7 +190,7 @@ let
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/network.d/
and called for networks begin/end events.
Please see https://libvirt.org/hooks.html for documentation.
Please see <https://libvirt.org/hooks.html> for documentation.
'';
};
};
@@ -205,7 +205,7 @@ let
This option enables the older libvirt NSS module. This method uses
DHCP server records, therefore is dependent on the hostname provided
by the guest.
Please see https://libvirt.org/nss.html for more information.
Please see <https://libvirt.org/nss.html> for more information.
'';
};
@@ -215,7 +215,7 @@ let
description = ''
This option enables the newer libvirt_guest NSS module. This module
uses the libvirt guest name instead of the hostname of the guest.
Please see https://libvirt.org/nss.html for more information.
Please see <https://libvirt.org/nss.html> for more information.
'';
};
};

View File

@@ -68,7 +68,7 @@ in
running containers requiring many file operations.
Fixes errors like "Too many open files" or
"neighbour: ndisc_cache: neighbor table overflow!".
See https://lxd.readthedocs.io/en/latest/production-setup/
See <https://lxd.readthedocs.io/en/latest/production-setup/>
for details.
'';
};

View File

@@ -729,7 +729,7 @@ in
so that no overlapping UID/GID ranges are assigned to multiple containers.
This is the recommanded option as it enhances container security massively and operates fully automatically in most cases.
See https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html#--private-users= for details.
See <https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html#--private-users=> for details.
'';
};

View File

@@ -29,7 +29,7 @@ in
This allows Docker clients to connect with the equivalents of the Docker
CLI `-H` and `--tls*` family of options.
For certificate setup, see https://docs.docker.com/engine/security/protect-access/
For certificate setup, see <https://docs.docker.com/engine/security/protect-access/>
This option is independent of [](#opt-virtualisation.podman.dockerSocket.enable).
'';

View File

@@ -98,7 +98,7 @@ in
This option is incompatible with `addNetworkInterface`.
Note: This is experimental. Please check https://github.com/cyberus-technology/virtualbox-kvm/issues.
Note: This is experimental. Please check <https://github.com/cyberus-technology/virtualbox-kvm/issues>.
'';
};
};

View File

@@ -257,7 +257,7 @@ in
type = settingsType;
default = { };
description = ''
The waagent.conf configuration, see https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux for documentation.
The waagent.conf configuration, see <https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux> for documentation.
'';
};
};