docs: fix broken links

This commit is contained in:
Henry de Valence 2020-07-22 17:36:08 -07:00
parent cc955a2bbe
commit 90ec2982bf
2 changed files with 2 additions and 2 deletions

View File

@ -723,7 +723,7 @@ impl From<TransmissionKey> for [u8; 32] {
impl From<(IncomingViewingKey, Diversifier)> for TransmissionKey {
/// This includes _KA^Sapling.DerivePublic(ivk, G_d)_, which is just a
/// scalar mult _[ivk]G_d_.
/// scalar mult _\[ivk\]G_d_.
///
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
/// https://zips.z.cash/protocol/protocol.pdf#concretesaplingkeyagreement

View File

@ -63,7 +63,7 @@ pub struct ShieldedData {
///
/// However, it's not necessary to access or process `first` and `rest`
/// separately, as the [`ShieldedData::spends`] and [`ShieldedData::outputs`]
/// methods provide iterators over all of the [`SpendDescription`]s and
/// methods provide iterators over all of the [`Spend`]s and
/// [`Output`]s.
#[serde(with = "serde_helpers::Either")]
pub first: Either<Spend, Output>,