diff --git a/docs/reference/commandline/docker.md b/docs/reference/commandline/docker.md index f6daaeeae4..f43bcdf67f 100644 --- a/docs/reference/commandline/docker.md +++ b/docs/reference/commandline/docker.md @@ -321,7 +321,7 @@ be set for each environment: These settings are used to configure proxy settings for containers only, and not used as proxy settings for the `docker` CLI or the `dockerd` daemon. Refer to the -[environment variables](#environment-variables) and [HTTP/HTTPS proxy](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy) +[environment variables](#environment-variables) and [HTTP/HTTPS proxy](https://docs.docker.com/config/daemon/proxy/#httphttps-proxy) sections for configuring proxy settings for the cli and daemon. > **Warning**