From 8b3d82680126821b1cec614323555121a9d8c8d6 Mon Sep 17 00:00:00 2001 From: Javier Palomo Almena Date: Mon, 16 Jan 2017 18:38:05 +0100 Subject: [PATCH] Documentation fix for package 'health'. Use proper import path for 'health/api' Signed-off-by: Javier Palomo Almena --- health/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/doc.go b/health/doc.go index 187225780..877f4daca 100644 --- a/health/doc.go +++ b/health/doc.go @@ -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 // {}