From b37fda12fbf8d8eedf7c6b0eb8b580b171a25929 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Sun, 4 Dec 2016 12:41:57 +0000 Subject: [PATCH] Fix a spelling mistake in the docs. Signed-off-by: Chris Gavin (cherry picked from commit 35c82f422d5db64baec6739490900f7f8fa7d7fd) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/logs.md b/docs/reference/commandline/logs.md index 13bc2cd28c..40a5a088db 100644 --- a/docs/reference/commandline/logs.md +++ b/docs/reference/commandline/logs.md @@ -26,8 +26,8 @@ The `docker logs` command batch-retrieves logs present at the time of execution. > **Note**: this command is only functional for containers that are started with > the `json-file` or `journald` logging driver. -For more information about selecting and configuring login-drivers, refer to -[Configure logging drivers](../../admin/logging/overview.md). +For more information about selecting and configuring logging drivers, refer to +[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/). The `docker logs --follow` command will continue streaming the new output from the container's `STDOUT` and `STDERR`.