Skip to content

Commit

Permalink
fix: Clean up link markup in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and theduke committed Dec 12, 2023
1 parent 4abc9e2 commit 76d50bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub struct CratesQuery {
pub(crate) page: u64,
pub(crate) user_id: Option<u64>,
/// Crates.io category name.
/// See https://crates.io/categories
/// See <https://crates.io/categories>
/// NOTE: requires lower-case dash-separated categories, not the pretty
/// titles visible in the listing linked above.
pub(crate) category: Option<String>,
Expand Down Expand Up @@ -219,7 +219,7 @@ impl CratesQueryBuilder {
}

/// Crates.io category name.
/// See https://crates.io/categories
/// See <https://crates.io/categories>
/// NOTE: requires lower-case dash-separated categories, not the pretty
/// titles visible in the listing linked above.
#[must_use]
Expand Down

0 comments on commit 76d50bf

Please sign in to comment.