Przeglądaj źródła

Merge pull request #21596 from trumpcard/master

Fix a link in the volumes doc to the deprecated doc.
Sebastiaan van Stijn 9 lat temu
rodzic
commit
f95058aa0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/userguide/containers/dockervolumes.md

+ 1 - 1
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
 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
 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
 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
 Docker volumes default to mount in read-write mode, but you can also set it to
 be mounted read-only.
 be mounted read-only.