Skip to content

Commit c8c7632

Browse files
committed
Merge pull request #45286 from ahrytsiuk
* gh-45286: Update link to "Parameter Name Retention" wiki Closes gh-45286
2 parents f1fefc5 + dd789c7 commit c8c7632

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)