Browse code

Fix a link in the volumes doc to the deprecated doc.

Signed-off-by: Brian Trump <btrump@opselite.org>

Brian Trump authored on 2016/03/29 08:55:24
Showing 1 changed files
... ...
@@ -144,7 +144,7 @@ Mounting a host directory can be useful for testing. For example, you can mount
144 144
 source code inside a container. Then, change the source code and see its effect
145 145
 on the application in real time. The directory on the host must be specified as
146 146
 an absolute path and if the directory doesn't exist the Engine daemon automatically
147
-creates it for you.  This auto-creation of the host path has been [*deprecated*](#auto-creating-missing-host-paths-for-bind-mounts).
147
+creates it for you.  This auto-creation of the host path has been [*deprecated*](../../deprecated.md#auto-creating-missing-host-paths-for-bind-mounts).
148 148
 
149 149
 Docker volumes default to mount in read-write mode, but you can also set it to
150 150
 be mounted read-only.