Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
fix broken links (#569)
Browse files Browse the repository at this point in the history
Signed-off-by: David Chung <[email protected]>
  • Loading branch information
David Chung authored May 25, 2017
1 parent 2bee026 commit 3d2670e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Here is a list of plugins:
| [infrakit/terraform](./examples/instance/terraform) | instance | creates resources using Terraform |
| [infrakit/maas](./examples/instance/maas) | instance | bare-metal provisioning using Ubuntu MAAS |
| [infrakit/vagrant](./examples/instance/vagrant) | instance | creates Vagrant VMs |
| [infrakit/hyperkit](./examples/instance/hyperkit) | instance | creates Xhyve VMs on Mac OSX |
| [infrakit/packet](./examples/instance/packet) | instance | provisions bare metal hosts on Packet |
| [infrakit/libvirt](./examples/instance/libvirt) | instance | provisions KVM vms via libvirt |
| [infrakit/hyperkit](./pkg/plugin/instance/hyperkit) | instance | creates Xhyve VMs on Mac OSX |
| [infrakit/packet](./pkg/plugin/instance/packet) | instance | provisions bare metal hosts on Packet |
| [infrakit/libvirt](./pkg/plugin/instance/libvirt) | instance | provisions KVM vms via libvirt |
| [docker/infrakit.aws](https://github.com/docker/infrakit.aws) | instance | creates Amazon EC2 instances and other resource types |
| [docker/infrakit.gcp](https://github.com/docker/infrakit.gcp) | instance | creates Google Cloud Platform compute instances |
| [docker/infrakit.digitalocean](https://github.com/docker/infrakit.digitalocean) | instance | creates DigitalOcean droplets |
Expand Down

0 comments on commit 3d2670e

Please sign in to comment.