Fix parameter links in compose-versioning.md

This commit is contained in:
Lachlan Cooper 2017-12-07 12:14:15 +11:00 committed by Joao Fernandes
parent 16c8971553
commit a2a6db7716
1 changed files with 4 additions and 4 deletions

View File

@ -259,10 +259,10 @@ only available with Docker Engine version **17.09.0** and higher.
Introduces the following additional parameters:
- `target` and `network` in [build configurations](index.md#build)
- `start_period` for [`healthchecks`](index.md#healthcheck)
- `order` for [update configurations](index.md#update_config)
- `name` for [volumes](index.md#volume-configuration-reference)
- `target` and `network` in [build configurations](/compose/compose-file/index.md#build)
- `start_period` for [`healthchecks`](/compose/compose-file/index.md#healthcheck)
- `order` for [update configurations](/compose/compose-file/index.md#update_config)
- `name` for [volumes](/compose/compose-file/index.md#volume-configuration-reference)
## Upgrading