Polish "Fix links to CNCF resources in Javadoc"

See gh-42645
This commit is contained in:
Stéphane Nicoll 2024-10-15 09:28:02 +02:00
parent 43a1145e75
commit d98ed306d2
1 changed files with 2 additions and 2 deletions

View File

@ -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