From 553f5b75ed5c011731b05dc1a9ce841cdd8d4657 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:37:08 +0100 Subject: [PATCH] chore: update link (index.md -> _index.md) Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/config/daemon/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/config/daemon/_index.md b/content/config/daemon/_index.md index c466d84d10..59cd93f8f5 100644 --- a/content/config/daemon/_index.md +++ b/content/config/daemon/_index.md @@ -126,5 +126,5 @@ documentation. Some places to go next include: - [Automatically start containers](../containers/start-containers-automatically.md) - [Limit a container's resources](../containers/resource_constraints.md) - [Configure storage drivers](../../storage/storagedriver/select-storage-driver.md) -- [Container security](../../engine/security/index.md) +- [Container security](../../engine/security/_index.md) - [Configure the Docker daemon to use a proxy](./systemd.md#httphttps-proxy)