Skip to content

Commit

Permalink
fix: doc hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 26, 2023
1 parent b260aef commit 6ee3bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/index/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use rip::writer::{global_multi_progress, IndicatifWriter};
#[derive(Parser)]
#[command(author, version, about, long_about = None)]
struct Args {
/// Base URL of the Python Package Index (default https://pypi.org/simple). This should point
/// Base URL of the Python Package Index (default <https://pypi.org/simple>). This should point
/// to a repository compliant with PEP 503 (the simple repository API).
#[clap(default_value = "https://pypi.org/simple/", long)]
index_url: Url,
Expand Down

0 comments on commit 6ee3bec

Please sign in to comment.