diff --git a/reference/docker/reference_test.go b/reference/docker/reference_test.go index c578fee85..040af3435 100644 --- a/reference/docker/reference_test.go +++ b/reference/docker/reference_test.go @@ -118,7 +118,7 @@ func TestReferenceParse(t *testing.T) { err: ErrNameContainsUppercase, }, // FIXME "Uppercase" is incorrectly handled as a domain-name here, therefore passes. - // See https://github.com/docker/distribution/pull/1778, and https://github.com/docker/docker/pull/20175 + // See https://github.com/distribution/distribution/pull/1778, and https://github.com/docker/docker/pull/20175 // { // input: "Uppercase/lowercase:tag", // err: ErrNameContainsUppercase,