summaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-02-09 13:10:18 +0100
committerJeff Cody <jcody@redhat.com>2017-02-21 10:38:09 -0500
commit6135c5e12606b8413708384e3e7d43f6010c5941 (patch)
treeae3087ed13791940d5cecdd7fe7809440cf088f7 /qemu-options.hx
parent90ab48eb07d5d98b2fb81ced3c27bba828472569 (diff)
downloadqemu-6135c5e12606b8413708384e3e7d43f6010c5941.tar.gz
qemu-options: Fix broken sheepdog URL
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 1e815ef520..9936cf38f3 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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.