fix broken link to features (#9295)

This commit is contained in:
joaocns 2019-08-22 19:18:03 -03:00 committed by lena-larionova
parent 1f35c9dbfe
commit 7a0091f9c2
1 changed files with 1 additions and 1 deletions

View File

@ -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