From dd45ab6ad74df808fb8cbd8d7adcc7aaf835360d Mon Sep 17 00:00:00 2001 From: David Laban Date: Tue, 10 Sep 2024 22:05:57 +0100 Subject: [PATCH] fix stats url in docs --- crates/bin/src/args.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 845e734f..8fd1eba3 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -250,8 +250,8 @@ pub struct Args { /// Disable statistics collection on popular crates. /// /// Strategy quick-install (can be disabled via --disable-strategies) collects - /// statistics of popular crates by default, by sending the crate, version and - /// target to https://warehouse-clerk-tmp.vercel.app/api/crate + /// statistics of popular crates by default, by sending the crate, version, target + /// and status to https://cargo-quickinstall-stats-server.fly.dev/record-install #[clap(help_heading = "Options", long, env = "BINSTALL_DISABLE_TELEMETRY")] pub(crate) disable_telemetry: bool,