Fix extends.md URL (#5717)

This commit is contained in:
Emiliano 'AlberT' Gabrielli 2018-01-11 18:15:08 +01:00 committed by Jim Galasyn
parent 4c4543e467
commit 0b37cb6a4e
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ To move your project to a later version, see the [Upgrading](#upgrading)
section.
> **Note**: If you're using
> [multiple Compose files](extends.md#different-environments) or
> [extending services](extends.md#extending-services), each file must be of the
> [multiple Compose files](/compose/extends.md#multiple-compose-files) or
> [extending services](/compose/extends.md#extending-services), each file must be of the
> same version - you cannot, for example, mix version 1 and 2 in a single
> project.