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