Merge pull request #1791 from londoncalling/fix-broken-links-PR-23492

fixed broken link due to topic re-org in PR#23492
This commit is contained in:
Charles Smith 2016-06-14 14:20:35 -07:00 committed by GitHub
commit 879dc2fa38

View file

@ -39,7 +39,7 @@ To stop your registry, you would:
## 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: