mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
fix stats url in docs
This commit is contained in:
parent
ad60a0a197
commit
dd45ab6ad7
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue