Skip to content

Commit

Permalink
docs(derive) Fix README links
Browse files Browse the repository at this point in the history
Fixes #4314
  • Loading branch information
epage committed Oct 1, 2022
1 parent a34e187 commit 03085e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clap_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Macro implementation for clap's derives.

[docs.rs](https://docs.rs/clap)
- [Derive Tutorial](https://github.com/clap-rs/clap/blob/v4.0.7/examples/tutorial_derive/README.md)
- [Derive Reference](https://github.com/clap-rs/clap/blob/v4.0.7/examples/derive_ref/README.md)
- [Derive Tutorial](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html)
- [Derive Reference](https://docs.rs/clap/latest/clap/_derive/index.html)

## License

Expand Down

0 comments on commit 03085e9

Please sign in to comment.