From d4903435482b6247a29b6ff66110a53c70729ffa Mon Sep 17 00:00:00 2001 From: Tom Strassner Date: Thu, 12 Jul 2018 15:04:55 -0400 Subject: [PATCH] Update URI for Docker Compose version 1 --- compose/extends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/extends.md b/compose/extends.md index 83a6841c8b..556b26d43a 100644 --- a/compose/extends.md +++ b/compose/extends.md @@ -297,7 +297,7 @@ replaces the old value. > `build` and `image` in Compose file version 1 > > In the case of `build` and `image`, when using -> [version 1 of the Compose file format](compose-file.md#version-1), using one +> [version 1 of the Compose file format](https://docs.docker.com/compose/compose-file/compose-file-v1/), using one > option in the local service causes Compose to discard the other option if it > was defined in the original service. >