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