Skip to content

Commit f01a878

Browse files
authored
Fix CI failure due to a documentation link.
1 parent ba32fba commit f01a878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcash_client_backend/src/fees.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pub trait ChangeStrategy {
392392
feature = "transparent-inputs",
393393
doc = "`ephemeral_parameters` can be used to specify variations on how balance
394394
and fees are computed that are relevant to transactions using ephemeral
395-
transparent outputs; see [`EphemeralParameters::new`]."
395+
transparent outputs; see `EphemeralParameters::new`."
396396
)]
397397
#[cfg_attr(
398398
not(feature = "transparent-inputs"),

0 commit comments

Comments
 (0)