Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 9286622

Browse files
author
Joonas Koivunen
committed
doc: fix link
1 parent ae29c0a commit 9286622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use paths::{block_path, filestem_to_block_cid, filestem_to_pin_cid, pin_path};
2727
///
2828
/// When modifying, single lock is used.
2929
///
30-
/// For the [`PinStore`] implementation, please see `fs/pinstore.rs`.
30+
/// For the [`crate::repo::PinStore`] implementation see `fs/pinstore.rs`.
3131
#[derive(Debug)]
3232
pub struct FsDataStore {
3333
/// The base directory under which we have a sharded directory structure, and the individual

0 commit comments

Comments
 (0)