Skip to content

Commit 8b71bfe

Browse files
committed
Link to current version of User Guide
Now that remkop/picocli#2281 is resolved
1 parent 423c335 commit 8b71bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-console/src/main/java/org/junit/platform/console/options/TestDiscoveryOptionsMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TestDiscoveryOptionsMixin {
4242
SelectorOptions selectorOptions;
4343

4444
@ArgGroup(validate = false, order = 3, heading = "%n For more information on selectors including syntax examples, see"
45-
+ "%n @|underline https://junit.org/junit5/docs/current/user-guide/#running-tests-discovery-selectors|@"
45+
+ "%n @|underline https://junit.org/junit5/docs/${junit.docs.version}/user-guide/#running-tests-discovery-selectors|@"
4646
+ "%n%n@|bold FILTERS|@%n%n")
4747
FilterOptions filterOptions;
4848

0 commit comments

Comments
 (0)