Skip to content

Commit d4bd7af

Browse files
committed
fix(domain): fix doc links
1 parent 18b3cd7 commit d4bd7af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/domain/src/upload.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ use models::{
1111
dvf::{EntityName, RecordId},
1212
};
1313

14-
/// The request struct for the [`upload`](DomainService::upload) fn.
14+
/// The request struct for the
15+
/// [`plan_upload`](crate::DomainService::plan_upload) fn.
1516
#[derive(Debug)]
1617
pub struct UploadRequest {
1718
/// The data to be uploaded.

0 commit comments

Comments
 (0)