From ae2b315f6a02006cbae9f1b30e34d6035261a05d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 9 Dec 2021 14:23:28 -0600 Subject: [PATCH] docs: Fix changelog link Fixes #3137 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 885ee6186cf..2828ab7f113 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 4. [API Reference](https://docs.rs/clap) - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.0-rc.1/examples/derive_ref/README.md) - [Feature Flags](#feature-flags) -5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.0-rc.1/docs/CHANGELOG.md) +5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.0-rc.1/CHANGELOG.md) 6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.0-rc.1/docs/FAQ.md) 7. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) 8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.0-rc.1/CONTRIBUTING.md)