From cb988d42357c1bb545cdf8ff07a7314617d1a701 Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 22:22:16 +0000 Subject: [PATCH] docs(engine): use 'an HTTP' in proxy troubleshooting link --- content/manuals/engine/daemon/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/daemon/troubleshoot.md b/content/manuals/engine/daemon/troubleshoot.md index 770b2db6179d..e5a674f769d0 100644 --- a/content/manuals/engine/daemon/troubleshoot.md +++ b/content/manuals/engine/daemon/troubleshoot.md @@ -120,7 +120,7 @@ ExecStart=/usr/bin/dockerd ``` There are other times when you might need to configure `systemd` with Docker, -such as [configuring a HTTP or HTTPS proxy](./proxy.md). +such as [configuring an HTTP or HTTPS proxy](./proxy.md). > [!NOTE] >