Skip to content

Commit

Permalink
fix broken doc link
Browse files Browse the repository at this point in the history
I couldn't find a way to make the link actually work, so I switched it to text.
  • Loading branch information
ComputerDruid authored and erickt committed Feb 6, 2023
1 parent e113e1f commit d0c3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuf/src/repo_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ where
///
/// This will hash the file with [HashAlgorithm::Sha256].
///
/// See [RepoBuilder<Targets>::add_target] for more details.
/// See `RepoBuilder<Targets>::add_target` for more details.
pub async fn add_target<Rd>(
self,
target_path: TargetPath,
Expand Down

0 comments on commit d0c3ef9

Please sign in to comment.