diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index fc76829e6d..9afae13e19 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -551,7 +551,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 http://libirt.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>
@@ -571,7 +571,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
Example:
-<domain type='qemu' xmlns:qemu='http://libirt.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>