Skip to content

Commit

Permalink
nit: fix two doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Apr 22, 2024
1 parent d06a744 commit 94fc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use serde::{Deserialize, Serialize};
#[serde(try_from = "String", into = "String")]
pub struct PackageName(String);

/// Errors that can be generated parsing [`PackageName`][], see [`PackageName::new()`][].
/// Errors that can be generated parsing [`PackageName`], see [`PackageName::new()`].
#[derive(thiserror::Error, Debug, PartialEq)]
pub enum PackageNameError {
/// Empty package name.
Expand Down

0 comments on commit 94fc6c4

Please sign in to comment.