Browse code

Adjust Link description to match target

The target document headline is "Managing data in containers" and so should the link be named.

Henning Sprang authored on 2014/07/16 05:24:08
Showing 1 changed files
... ...
@@ -435,8 +435,8 @@ mechanism to communicate with a linked container by its alias:
435 435
     --volumes-from="": Mount all volumes from the given container(s)
436 436
 
437 437
 The volumes commands are complex enough to have their own documentation
438
-in section [*Share Directories via
439
-Volumes*](/userguide/dockervolumes/#volume-def).  A developer can define
438
+in section [*Managing data in 
439
+containers*](/userguide/dockervolumes/#volume-def). A developer can define
440 440
 one or more `VOLUME`'s associated with an image, but only the operator
441 441
 can give access from one container to another (or from a container to a
442 442
 volume mounted on the host).