From c29cf8fb46aa70e1c36f867188839a553fe39c54 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Thu, 16 May 2019 21:40:29 -0400 Subject: [PATCH] Fix broken link (#8801) --- config/containers/logging/dual-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/logging/dual-logging.md b/config/containers/logging/dual-logging.md index 2f3d395582..5e60c5891a 100644 --- a/config/containers/logging/dual-logging.md +++ b/config/containers/logging/dual-logging.md @@ -27,7 +27,7 @@ Starting with Docker Engine Enterprise 18.03.1-ee-1, you can use `docker logs` t logs regardless of the configured logging driver or plugin. This capability, sometimes referred to as dual logging, allows you to use `docker logs` to read container logs locally in a consistent format, regardless of the remote log driver used, because the engine is configured to log information to the “local” -logging driver. Refer to [Configure the default logging driver](/configure) for additional information. +logging driver. Refer to [Configure the default logging driver](/config/containers/logging/configure) for additional information. ## Prerequisites