From 62180ea0791cf14da992c8694638109095d0893b Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 3 Feb 2020 19:52:45 -0800 Subject: [PATCH] Update cargo profiles link. --- src/ch14-01-release-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch14-01-release-profiles.md b/src/ch14-01-release-profiles.md index 24a36aefef..2f23d723ff 100644 --- a/src/ch14-01-release-profiles.md +++ b/src/ch14-01-release-profiles.md @@ -73,4 +73,4 @@ Cargo will use the defaults for the `dev` profile plus our customization to optimizations than the default, but not as many as in a release build. For the full list of configuration options and defaults for each profile, see -[Cargo’s documentation](https://doc.rust-lang.org/cargo/reference/manifest.html#the-profile-sections). +[Cargo’s documentation](https://doc.rust-lang.org/cargo/reference/profiles.html).