diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-05-10 22:58:50 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-05-10 23:00:31 +0100 |
commit | 042a0b063b22bd02bb72f4a78cf29ffe5553d4d8 (patch) | |
tree | 58d81f48cf0ab8cfba8b3a7411cdcd0cdd2865c4 | |
parent | 1581dbe79f79b44bc10dfe3d0724c8911d6f0778 (diff) | |
download | libguestfs-042a0b063b22bd02bb72f4a78cf29ffe5553d4d8.tar.gz libguestfs-042a0b063b22bd02bb72f4a78cf29ffe5553d4d8.tar.xz libguestfs-042a0b063b22bd02bb72f4a78cf29ffe5553d4d8.zip |
FAQ: Fix typo in download (thanks badnews@IRC)
-rw-r--r-- | examples/guestfs-faq.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index b9622196..2c99645b 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -199,8 +199,8 @@ You'll have to compile from source, and port it. If your Linux distro has a working port of febootstrap (that is, Fedora, Red Hat Enterprise Linux >= 6.3, Debian, Ubuntu and ArchLinux) then you should just be able to compile from source in the usual way. -Download the latest tarball from L<http://libguestfs/download>, unpack -it, and start by reading the README file. +Download the latest tarball from L<http://libguestfs.org/download>, +unpack it, and start by reading the README file. If you I<don't> have febootstrap, you will need to use the "fixed appliance method". See: |