Skip to content

Commit

Permalink
Merge pull request #3537 from jwupf/fix_link_to_derive_example
Browse files Browse the repository at this point in the history
Fix link to example
  • Loading branch information
pksunkara committed Mar 6, 2022
2 parents 0d022f1 + 92e1666 commit 2bd3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ $ 03_04_subcommands_derive add bob

Above, we used a struct-variant to define the `add` subcommand. Alternatively,
you can
[use a struct for your subcommand's arguments](03_04_subcommands_alt_derive.rs).
[use a struct for your subcommand's arguments](03_04_subcommands_alt.rs).

Because we used `command: Commands` instead of `command: Option<Commands>`:
```console
Expand Down

0 comments on commit 2bd3dd7

Please sign in to comment.