]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Use HTTPS where possible
authorAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 07:32:22 +0000 (09:32 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 10:19:17 +0000 (12:19 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
docs/drvlxc.rst

index d4d77a4308a5822610c54c588d5dcf1f1c449be4..1b047fc3c87de48451ab39c7b5502ef77946f96a 100644 (file)
@@ -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
 
index b88323b165d8183cc97fa9b0c5e1b5549aa08350..24501cae11b78bcbc13e93cb8e91df324c40b31e 100644 (file)
@@ -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 <http://0pointer.de/blog/projects/socket-activated-containers.html>`__,
+capability <https://0pointer.de/blog/projects/socket-activated-containers.html>`__,
 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.