From 022915dd48c1c7d6e4c7008f4308a4af57eb8ecc Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 17 Apr 2020 08:49:36 -0700 Subject: [PATCH] Add link to changelog in the Cargo book. --- src/doc/src/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/doc/src/index.md b/src/doc/src/index.md index d2af2e90fc4..ed99358b1f5 100644 --- a/src/doc/src/index.md +++ b/src/doc/src/index.md @@ -29,10 +29,16 @@ The commands will let you interact with Cargo using its command-line interface. **[Frequently Asked Questions](faq.md)** -**Appendicies:** +**Appendices:** * [Glossary](appendix/glossary.md) * [Git Authentication](appendix/git-authentication.md) +**Other Documentation:** +* [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) — + Detailed notes about changes in Cargo in each release. +* [Rust documentation website](https://doc.rust-lang.org/) — Links to official + Rust documentation and tools. + [rust]: https://www.rust-lang.org/ [crates.io]: https://crates.io/ [GitHub]: https://github.com/rust-lang/cargo/tree/master/src/doc