Skip to content

Commit

Permalink
fix link from ProvenanceId to ProvenanceTable in docs (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 21, 2021
1 parent 1203a5d commit 689938e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pub mod provenance;

/// A provenance ID
///
/// This is an integer referring to a row of an [``ProvenanceTable``].
/// This is an integer referring to a row of a [``provenance::ProvenanceTable``].
///
/// The features for this type follow the same pattern as for [``NodeId``]
#[cfg(any(doc, feature = "provenance"))]
Expand Down

0 comments on commit 689938e

Please sign in to comment.