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

Documentation fix for package 'health'. Use proper import path for 'health/api'
pull/2158/head
Derek McGowan 2017-01-17 15:05:47 -08:00 committed by GitHub
commit 87cde81148
1 changed files with 1 additions and 1 deletions

View File

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