Skip to content

Commit 66cc1e0

Browse files
committed
Fix CNCF links
1 parent d4adfea commit 66cc1e0

File tree

1 file changed

+5
-7
lines changed
  • spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core

1 file changed

+5
-7
lines changed

spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/Regex.java

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@
1919
import java.util.regex.Pattern;
2020

2121
/**
22-
* Regular Expressions for image names and references based on those found in the Docker
23-
* codebase.
22+
* Regular Expressions for image names and references based on those found in the CNCF
23+
* Distribution Project codebase.
2424
*
2525
* @author Scott Frederick
2626
* @author Phillip Webb
27-
* @see <a href=
28-
* "https://github.com/docker/distribution/blob/master/reference/reference.go">Docker
27+
* @see <a href= "https://github.com/distribution/reference/blob/main/reference.go">OCI
2928
* grammar reference</a>
30-
* @see <a href=
31-
* "https://github.com/docker/distribution/blob/master/reference/regexp.go">Docker grammar
32-
* implementation</a>
29+
* @see <a href= "https://github.com/distribution/reference/blob/main/regexp.go">OCI
30+
* grammar implementation</a>
3331
* @see <a href=
3432
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
3533
* are Docker image names parsed?</a>

0 commit comments

Comments
 (0)