]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-options: Fix broken sheepdog URL
authorThomas Huth <thuth@redhat.com>
Thu, 9 Feb 2017 12:10:18 +0000 (13:10 +0100)
committerJeff Cody <jcody@redhat.com>
Tue, 21 Feb 2017 15:38:09 +0000 (10:38 -0500)
The sheepdog URL is broken twice: First it uses a duplicated
http:// prefix, second the website seems to have moved to
https://sheepdog.github.io/sheepdog/ instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
qemu-options.hx

index 1e815ef52050c57cfa44f03117e2280cca801af9..9936cf38f32ebd17522eeca674f4016ee993576b 100644 (file)
@@ -2586,7 +2586,7 @@ Example
 qemu-system-i386 --drive file=sheepdog://192.0.2.1:30000/MyVirtualMachine
 @end example
 
-See also @url{http://http://www.osrg.net/sheepdog/}.
+See also @url{https://sheepdog.github.io/sheepdog/}.
 
 @item GlusterFS
 GlusterFS is a user space distributed file system.