From fb5f2f100e301bac108199a968fd1bc5d3913347 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 24 May 2022 09:32:22 +0200 Subject: [PATCH] docs: Use HTTPS where possible Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- build-aux/syntax-check.mk | 1 - docs/drvlxc.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index d4d77a4308..1b047fc3c8 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -821,7 +821,6 @@ http_sites += example.org http_sites += herp.derp # HTTP-only sites -http_sites += 0pointer.de http_sites += mah.everybody.org http_sites += etallen.com diff --git a/docs/drvlxc.rst b/docs/drvlxc.rst index b88323b165..24501cae11 100644 --- a/docs/drvlxc.rst +++ b/docs/drvlxc.rst @@ -245,7 +245,7 @@ Systemd Socket Activation Integration The libvirt LXC driver provides the ability to pass across pre-opened file descriptors when starting LXC guests. This allows for libvirt LXC to support systemd's `socket activation -capability `__, +capability `__, where an incoming client connection in the host OS will trigger the startup of a container, which runs another copy of systemd which gets passed the server socket, and then activates the actual service handler in the container.