From 02f951b67a889f9bc4fefc602e58efa194d767b7 Mon Sep 17 00:00:00 2001 From: Brian Trump Date: Mon, 28 Mar 2016 16:55:24 -0700 Subject: [PATCH] Fix a link in the volumes doc to the deprecated doc. Signed-off-by: Brian Trump --- docs/userguide/containers/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/containers/dockervolumes.md b/docs/userguide/containers/dockervolumes.md index 975d7696b4..5225ac02d9 100644 --- a/docs/userguide/containers/dockervolumes.md +++ b/docs/userguide/containers/dockervolumes.md @@ -144,7 +144,7 @@ Mounting a host directory can be useful for testing. For example, you can mount source code inside a container. Then, change the source code and see its effect on the application in real time. The directory on the host must be specified as an absolute path and if the directory doesn't exist the Engine daemon automatically -creates it for you. This auto-creation of the host path has been [*deprecated*](#auto-creating-missing-host-paths-for-bind-mounts). +creates it for you. This auto-creation of the host path has been [*deprecated*](../../deprecated.md#auto-creating-missing-host-paths-for-bind-mounts). Docker volumes default to mount in read-write mode, but you can also set it to be mounted read-only.