We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bc3bd commit 84712faCopy full SHA for 84712fa
buildSrc/src/main/java/org/springframework/boot/build/starters/DocumentStarters.java
@@ -121,7 +121,7 @@ private String postProcessDescription(String description) {
121
}
122
123
private String addStarterCrossLinks(String input) {
124
- return input.replaceAll("(spring-boot-starter[A-Za-z-]*)", "xref:#$1[`$1`]");
+ return input.replaceAll("(spring-boot-starter[A-Za-z0-9-]*)", "xref:#$1[`$1`]");
125
126
127
private static final class Starter implements Comparable<Starter> {
0 commit comments