Skip to content

Commit dd789c7

Browse files
ahrytsiukwilkinsona
authored andcommitted
Update link to "Parameter Name Retention" wiki
See gh-45286 Signed-off-by: Andrii Hrytsiuk <[email protected]>
1 parent f1fefc5 commit dd789c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class MissingParameterNamesFailureAnalyzer implements FailureAnalyzer {
4242
static final String ACTION = """
4343
Ensure that your compiler is configured to use the '-parameters' flag.
4444
You may need to update both your build tool settings as well as your IDE.
45-
(See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention)
45+
(See https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention)
4646
""";
4747

4848
@Override

0 commit comments

Comments
 (0)