From 1de1d10073a8a66548afe034364c25adbc7524ac Mon Sep 17 00:00:00 2001 From: Markus Schulte Date: Mon, 24 Oct 2016 12:01:00 +0200 Subject: [PATCH] At paragraph "links", fixed anchor-link to "depends-on" --- compose/compose-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file.md b/compose/compose-file.md index 7b38d8700c..2b35a6a608 100644 --- a/compose/compose-file.md +++ b/compose/compose-file.md @@ -442,7 +442,7 @@ Containers for the linked service will be reachable at a hostname identical to the alias, or the service name if no alias was specified. Links also express dependency between services in the same way as -[depends_on](compose-file.md#depends-on), so they determine the order of service startup. +[depends_on](compose-file.md#dependson), so they determine the order of service startup. > **Note:** If you define both links and [networks](compose-file.md#networks), services with > links between them must share at least one network in common in order to