Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 0603800

Browse files
committed
docs: fix broken link in dockerd.md
The Engine API docs are not available in this GitHub repository, so linking to the docs.docker.com website instead. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 98a3d6a48a30274f0c357ac69b6579e5e6272550) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: c280cdfd660333bb03a518ea69c001d07ecf4f3b Component: cli
1 parent 1721a7c commit 0603800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/cli/docs/reference/commandline

components/cli/docs/reference/commandline/dockerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ the `daemon.json` file.
121121

122122
### Daemon socket option
123123

124-
The Docker daemon can listen for [Docker Engine API](../api/)
124+
The Docker daemon can listen for [Docker Engine API](https://docs.docker.com/engine/api/)
125125
requests via three different types of Socket: `unix`, `tcp`, and `fd`.
126126

127127
By default, a `unix` domain socket (or IPC socket) is created at

0 commit comments

Comments
 (0)