From 61d5551f055acd13f0b59a16387511825e6cfb9f Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Sun, 20 Mar 2016 00:03:07 -0700 Subject: [PATCH] Update Docker Compose Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58dac47..418cc1d 100755 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ These tools manage placement of new containers across abstracted underlying reso These tools allow you to define and manage a cluster of dependent containers as a single composable entity * **Docker open source** - * [Docker Compose](https://github.com/docker/docker/issues/9694): text files used to define and configure a distributed application across a cluster of Docker containers + * [Docker Compose](https://github.com/docker/compose): text files used to define and configure a distributed application across a cluster of Docker containers * **CoreOS open source** * [fleet unit file](https://github.com/coreos/fleet/blob/master/Documentation/unit-files-and-scheduling.md): fleet uses a specialized version of systemd unit files to define a distributed application across containers