Fix intra-crate doc links

This commit is contained in:
Jack Grigg 2021-03-09 09:27:34 +13:00
parent bf5fb7a668
commit cef44f5f53
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ impl From<&SpendAuthorizingKey> for SpendValidatingKey {
///
/// Defined in [Zcash Protocol Spec § 4.2.3: Orchard Key Components][orchardkeycomponents].
///
/// [`Nullifier`]: crate::note::Nullifier;
/// [`Note`]: crate::note::Note;
/// [`Nullifier`]: crate::note::Nullifier
/// [`Note`]: crate::note::Note
/// [orchardkeycomponents]: https://zips.z.cash/protocol/nu5.pdf#orchardkeycomponents
#[derive(Debug)]
pub(crate) struct NullifierDerivingKey(pallas::Base);