From c116aeb2569d158fa6537e17417dafd677526cc9 Mon Sep 17 00:00:00 2001 From: dvdksn <35727626+dvdksn@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:23:58 +0000 Subject: [PATCH] docs: address issue #24296 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was automatically generated by the documentation agent team in response to issue #24296. 🤖 Generated with cagent --- content/manuals/engine/storage/drivers/select-storage-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/drivers/select-storage-driver.md b/content/manuals/engine/storage/drivers/select-storage-driver.md index 046cb5d68d..0367e6456f 100644 --- a/content/manuals/engine/storage/drivers/select-storage-driver.md +++ b/content/manuals/engine/storage/drivers/select-storage-driver.md @@ -48,7 +48,7 @@ The Docker Engine provides the following storage backends on Linux: The Docker Engine has a prioritized list of which storage driver to use if no storage driver is explicitly configured, assuming that the storage driver meets the prerequisites, and automatically selects a compatible storage driver. You -can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go#L52-L53). +can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/docker-v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go). { #storage-driver-order }