diff --git a/docs/userguide/dockervolumes.md b/docs/userguide/dockervolumes.md index 528aa1af61..f2aa70d3ad 100644 --- a/docs/userguide/dockervolumes.md +++ b/docs/userguide/dockervolumes.md @@ -28,7 +28,7 @@ Docker. A *data volume* is a specially-designated directory within one or more containers that bypasses the [*Union File -System*](/terms/layer/#union-file-system). Data volumes provide several +System*](/reference/glossary#union-file-system). Data volumes provide several useful features for persistent or shared data: - Volumes are initialized when a container is created. If the container's