Merge pull request #2507 from mistyhacks/fix-storage-driver-link

Fixed broken storage driver link
This commit is contained in:
Derek McGowan 2018-02-01 13:49:34 -08:00 committed by GitHub
commit 85b4d46b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@ keywords: registry, service, images, repository, json
# Docker Registry Reference
* [HTTP API V2](api.md)
* [Storage Driver](../storage-drivers/index.md)
* [Storage Driver](https://docs.docker.com/registry/storage-drivers/)
* [Token Authentication Specification](auth/token.md)
* [Token Authentication Implementation](auth/jwt.md)