From e546533cfe21ab380c0ec4cefbd1e9d0cd3ec4e6 Mon Sep 17 00:00:00 2001 From: Zuhayr Elahi Date: Wed, 6 Nov 2019 17:10:48 -0800 Subject: [PATCH] Fixed broken README link for common use cases Signed-off-by: Zuhayr Elahi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b87daba..fd643f174 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ see [the list of features](https://github.com/docker/docker.github.io/blob/maste Compose is great for development, testing, and staging environments, as well as CI workflows. You can learn more about each case in -[Common Use Cases](https://github.com/docker/docker.github.io/blob/master/compose/overview.md#common-use-cases). +[Common Use Cases](https://github.com/docker/docker.github.io/blob/master/compose/index.md#common-use-cases). Using Compose is basically a three-step process.