Polish "Fix links to CNCF resources in Javadoc"
See gh-42645
This commit is contained in:
parent
43a1145e75
commit
d98ed306d2
|
@ -24,9 +24,9 @@ import java.util.regex.Pattern;
|
||||||
*
|
*
|
||||||
* @author Scott Frederick
|
* @author Scott Frederick
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @see <a href= "https://github.com/distribution/reference/blob/main/reference.go">OCI
|
* @see <a href="https://github.com/distribution/reference/blob/main/reference.go">OCI
|
||||||
* Image grammar reference</a>
|
* Image grammar reference</a>
|
||||||
* @see <a href= "https://github.com/distribution/reference/blob/main/regexp.go">OCI Image
|
* @see <a href="https://github.com/distribution/reference/blob/main/regexp.go">OCI Image
|
||||||
* grammar implementation</a>
|
* grammar implementation</a>
|
||||||
* @see <a href=
|
* @see <a href=
|
||||||
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
|
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
|
||||||
|
|
Loading…
Reference in New Issue