diff --git a/docs/reference/commandline/logs.md b/docs/reference/commandline/logs.md index 989460f160..891e10b55c 100644 --- a/docs/reference/commandline/logs.md +++ b/docs/reference/commandline/logs.md @@ -34,7 +34,7 @@ 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 +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 diff --git a/docs/reference/commandline/service_logs.md b/docs/reference/commandline/service_logs.md index eb319141e5..e10018636b 100644 --- a/docs/reference/commandline/service_logs.md +++ b/docs/reference/commandline/service_logs.md @@ -35,7 +35,7 @@ The `docker service logs` command batch-retrieves logs present at the time of ex > **Note**: this command is only functional for services that are started with > the `json-file` or `journald` logging driver. -For more information about selecting and configuring login-drivers, refer to +For more information about selecting and configuring logging drivers, refer to [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/). The `docker service logs --follow` command will continue streaming the new output from