Skip to content

Commit 2657f16

Browse files
Fix broken link (docker#6100)
1 parent 3dc86af commit 2657f16

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

storage/storagedriver/select-storage-driver.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Docker supports several different storage drivers, using a pluggable
1616
architecture. The storage driver controls how images and containers are stored
1717
and managed on your Docker host.
1818

19-
After you have read the [storage driver overview](imagesandcontainers.md), the
19+
After you have read the [storage driver overview](index.md), the
2020
next step is to choose the best storage driver for your workloads. In making
2121
this decision, there are three high-level factors to consider:
2222

@@ -233,12 +233,9 @@ to physical or logical disks on the Docker host.
233233

234234
## Related information
235235

236-
* [About images, containers, and storage drivers](imagesandcontainers.md)
236+
* [About images, containers, and storage drivers](index.md)
237237
* [`aufs` storage driver in practice](aufs-driver.md)
238238
* [`devicemapper` storage driver in practice](device-mapper-driver.md)
239239
* [`overlay` and `overlay2` storage drivers in practice](overlayfs-driver.md)
240240
* [`btrfs` storage driver in practice](btrfs-driver.md)
241241
* [`zfs` storage driver in practice](zfs-driver.md)
242-
243-
244-

0 commit comments

Comments
 (0)