Skip to content

Commit 4f3f778

Browse files
authored
docs: Fix links to provenance table in docs (#471)
1 parent ce8797e commit 4f3f778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/newtypes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ impl_time_position_arithmetic!(Position, Time);
391391
#[cfg_attr(doc_cfg, doc(cfg(feature = "provenance")))]
392392
/// A provenance ID
393393
///
394-
/// This is an integer referring to a row of a [``provenance::ProvenanceTable``].
394+
/// This is an integer referring to a row of a [`ProvenanceTable`](crate::provenance::ProvenanceTable).
395395
///
396396
/// The features for this type follow the same pattern as for [``NodeId``]
397397
#[repr(transparent)]

src/table_collection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ impl TableCollection {
14181418

14191419
#[cfg(feature="provenance")]
14201420
#[cfg_attr(doc_cfg, doc(cfg(feature = "provenance")))]
1421-
/// Get mutable reference to the [``ProvenanceTable``](crate::ProvenanceTable).
1421+
/// Get mutable reference to the [``ProvenanceTable``](crate::provenance::ProvenanceTable).
14221422
pub fn provenances_mut(&mut self) -> &mut crate::provenance::ProvenanceTable;
14231423
}
14241424
}

0 commit comments

Comments
 (0)