From 7a0091f9c29f74fe46cda23c295a1ca7f9c3c462 Mon Sep 17 00:00:00 2001 From: joaocns <49655948+joaocns@users.noreply.github.com> Date: Thu, 22 Aug 2019 19:18:03 -0300 Subject: [PATCH] fix broken link to features (#9295) --- compose/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/index.md b/compose/index.md index bec38c03b7..becf5b50aa 100644 --- a/compose/index.md +++ b/compose/index.md @@ -12,7 +12,7 @@ Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your configuration. To learn more about all the features of Compose, -see [the list of features](overview.md#features). +see [the list of features](#features). Compose works in all environments: production, staging, development, testing, as well as CI workflows. You can learn more about each case in [Common Use