From a5779491948697c5ec749b029b52dd7a224170cd Mon Sep 17 00:00:00 2001 From: Josue Zarzosa Date: Fri, 13 Jan 2017 03:11:04 +0100 Subject: [PATCH] Remove reference to legacy container links (#1057) --- engine/tutorials/dockervolumes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/tutorials/dockervolumes.md b/engine/tutorials/dockervolumes.md index 8b328d4ec84..782ae81aaeb 100644 --- a/engine/tutorials/dockervolumes.md +++ b/engine/tutorials/dockervolumes.md @@ -10,8 +10,7 @@ title: Manage data in containers So far you've been introduced to some [basic Docker concepts](usingdocker.md), seen how to work with [Docker -images](dockerimages.md) as well as learned about [networking and -links between containers](../userguide/networking/default_network/dockerlinks.md). In this +images](dockerimages.md) as well as learned about [how to network your containers](networkingcontainers.md). In this section you're going to learn how you can manage data inside and between your Docker containers.