fixed broken link due to topic re-org in PR#23492

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2016-06-14 13:56:17 -07:00
parent f4296d55fc
commit c0987a9e1b

View File

@ -39,7 +39,7 @@ To stop your registry, you would:
## Storage ## Storage
By default, your registry data is persisted as a [docker volume](/engine/userguide/containers/dockervolumes.md) on the host filesystem. Properly understanding volumes is essential if you want to stick with a local filesystem storage. By default, your registry data is persisted as a [docker volume](/engine/tutorials/dockervolumes.md) on the host filesystem. Properly understanding volumes is essential if you want to stick with a local filesystem storage.
Specifically, you might want to point your volume location to a specific place in order to more easily access your registry data. To do so you can: Specifically, you might want to point your volume location to a specific place in order to more easily access your registry data. To do so you can: