Merge pull request #2148 from jvrplmlmn/health-api-doc-fix

Documentation fix for package 'health'. Use proper import path for 'health/api'
This commit is contained in:
Derek McGowan 2017-01-17 15:05:47 -08:00 committed by GitHub
commit 87cde81148

View file

@ -24,7 +24,7 @@
// "manual" checks that allow the service to quickly be brought in/out of // "manual" checks that allow the service to quickly be brought in/out of
// rotation. // rotation.
// //
// import _ "github.com/docker/distribution/registry/health/api" // import _ "github.com/docker/distribution/health/api"
// //
// # curl localhost:5001/debug/health // # curl localhost:5001/debug/health
// {} // {}