docs(derive) Fix README links

Fixes #4314
This commit is contained in:
Ed Page 2022-09-30 19:55:59 -05:00
parent a34e187da8
commit 03085e9dd1

View file

@ -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