Skip to content

Commit

Permalink
qemu-options: Fix broken sheepdog URL
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jeff Cody <[email protected]>
  • Loading branch information
huth authored and codyprime committed Feb 21, 2017
1 parent 90ab48e commit 6135c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu-options.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6135c5e

Please sign in to comment.