From 4a3f0a68c4d2e3ed60686595cc9d8e9a83abcc72 Mon Sep 17 00:00:00 2001 From: Hector S Date: Wed, 25 Mar 2020 22:37:34 +0100 Subject: [PATCH] Fixing bad url related to #10517 --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 33ea91eff4..4a139226d5 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1310,7 +1310,7 @@ labels: > > The `--link` flag is a legacy feature of Docker. It may eventually be removed. > Unless you absolutely need to continue using it, we recommend that you use -> [user-defined networks](/engine/userguide/networking//#user-defined-networks) +> [user-defined networks](/engine/userguide/networking/#user-defined-networks) > to facilitate communication between two containers instead of using `--link`. > > One feature that user-defined networks do not support that you can do with