From cb35fa869489bea29fcba652e29a9eae0649a784 Mon Sep 17 00:00:00 2001 From: ageun Date: Fri, 22 Jan 2021 19:58:58 +0900 Subject: [PATCH] Update configure.md --- config/containers/logging/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/logging/configure.md b/config/containers/logging/configure.md index 6b7da534e6..e5a3b1628e 100644 --- a/config/containers/logging/configure.md +++ b/config/containers/logging/configure.md @@ -32,7 +32,7 @@ included with Docker, you can also implement and use [logging driver plugins](pl > > For other situations, the "local" logging driver is recommended as it performs > log-rotation by default, and uses a more efficient file format. Refer to the -> [Configure the default logging driver](configure-the-default-logging-driver) +> [Configure the default logging driver](#configure-the-default-logging-driver) > section below to learn how to configure the "local" logging driver as a default, > and the [local file logging driver](local.md) page for more details about the > "local" logging driver.