From 01fb183c5b2cc941ec3e60945c0b1b50e4105260 Mon Sep 17 00:00:00 2001
From: "Daniel P. Berrange"
-<domain type='lxc' xmlns:lxc='https://libvirt.org/schemas/domain/lxc/1.0'>
+<domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'>
...
<lxc:namespace>
<lxc:sharenet type='netns' value='red'/>
diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index e2a0797cfb..cb41b505d7 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -546,7 +546,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
(Since 0.8.3). In order to use the
XML additions, it is necessary to issue an XML namespace request
(the special xmlns:name attribute) that
- pulls in https://libvirt.org/schemas/domain/qemu/1.0;
+ pulls in http://libvirt.org/schemas/domain/qemu/1.0;
typically, the namespace is given the name
of qemu. With the namespace in place, it is then
possible to add an element <qemu:commandline>
@@ -566,7 +566,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
and optional value.
Example:
-<domain type='qemu' xmlns:qemu='https://libvirt.org/schemas/domain/qemu/1.0'>
+<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>QEmu-fedora-i686</name>
<memory>219200</memory>
<os>
--
2.47.3