mirror of https://github.com/docker/docs.git
fix broken link to features (#9295)
This commit is contained in:
parent
1f35c9dbfe
commit
7a0091f9c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue