From 2e82d11defed18edfb18e511d546ca04f6370b3b Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sun, 13 Mar 2022 20:35:31 +0800 Subject: [PATCH] docs: dockerd: fix broken link in blockquote area Signed-off-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com> (cherry picked from commit e5f5d946e23182e4a7cbdc9b879dcaea92cb82c6) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/dockerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index c016da6081..f84f43a628 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -1462,7 +1462,7 @@ This is a full example of the allowed configuration options on Linux: > daemon startup as a flag. > On systems that use `systemd` to start the Docker daemon, `-H` is already set, so > you cannot use the `hosts` key in `daemon.json` to add listening addresses. -> See https://docs.docker.com/engine/admin/systemd/#custom-docker-daemon-options for how +> See ["custom Docker daemon options"](https://docs.docker.com/config/daemon/systemd/#custom-docker-daemon-options) for how > to accomplish this task with a systemd drop-in file. ##### On Windows