fix stats url in docs

This commit is contained in:
David Laban 2024-09-10 22:05:57 +01:00
parent ad60a0a197
commit dd45ab6ad7

View file

@ -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,