From 50b4d57aa4a8fab1d1f336abf49d5d8a19f16fcc Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 7 Jun 2023 10:09:28 +0100 Subject: [PATCH] doc: point to nightly cargo doc Nightly doc contains more information and rationale for each item. It's a better fit for those want to extend Cargo's functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 423555e62..1d806b978 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Cargo downloads your Rust project’s dependencies and compiles your project. [![CI](https://github.com/rust-lang/cargo/actions/workflows/main.yml/badge.svg?branch=auto-cargo)](https://github.com/rust-lang/cargo/actions/workflows/main.yml) -Code documentation: https://docs.rs/cargo/ +Code documentation: ## Installing Cargo