From f6753cd9635b294f1463ef7fb6952dd2a74c0a69 Mon Sep 17 00:00:00 2001 From: bin liu Date: Mon, 10 Aug 2015 23:37:12 +0800 Subject: [PATCH] fix broken link to glossary page. Signed-off-by: bin liu --- docs/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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