diff --git a/README.md b/README.md index 1ea4f9a2ba5..bf0cddf0a1c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ developed for Docker Machine. * Add yourself to the `libvirtd` group (may vary by linux distro) so you don't need to sudo * Install [docker-machine](https://github.com/docker/machine/releases) * Go to the - [releases](https://github.com/dhiltgen/docker-machine-kvm/releases) + [releases](https://github.com/tdilauro/docker-machine-kvm/releases) page and download the docker-machine-driver-kvm binary, putting it in your PATH. * You can now create virtual machines using this driver with @@ -22,7 +22,7 @@ This driver leverages [libvirt](http://libvirt.org/) and the [libvirt-go library](https://github.com/libvirt/libvirt-go) to create and manage KVM based virtual machines. It has been tested with Ubuntu 12.04 through 15.04 and should work on most platforms with KVM/libvirt support. If you run into -compatibility problems, please file an [issue](https://github.com/dhiltgen/docker-machine-kvm/issues). +compatibility problems, please file an [issue](https://github.com/tdilauro/docker-machine-kvm/issues). Typically you'll run `docker-machine` as yourself, so you'll want to follow your distro specific instructions on allowing libvirt access