Skip to content

Commit 72e1d4f

Browse files
urban-adeiningerremkop
authored andcommitted
Quick guide: fix broken links
1 parent feb41ab commit 72e1d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,13 +784,13 @@ private void handleParseResult(List<CommandLine> parsed) {
784784
}
785785
----
786786

787-
You may be interested in the <<Convenience Methods for Subcommands,convenience methods for subcommands>> to reduce error handling and other boilerplate code in your application.
787+
As of Picocli 4.0, you may use the <<Executing Commands,`execute` method>> to reduce error handling and other boilerplate code in your application.
788788

789789

790790
=== `@ParentCommand` Annotation
791791
In command line applications with subcommands, options of the top level command are often intended as "global" options that apply to all the subcommands.
792792
The `@ParentCommand` annotation makes it easy for subcommands to access their parent command options: subcommand fields annotated with `@ParentCommand` are initialized with a reference to the parent command.
793-
The user manual has an example showing https://picocli.info/#__code_parentcommand_code_annotation[how to use the `@ParentCommand` annotation].
793+
The user manual has an example showing https://picocli.info/#parentcommand-annotation[how to use the `@ParentCommand` annotation].
794794

795795

796796
=== Usage Help for Subcommands

0 commit comments

Comments
 (0)