Skip to content

Commit 8d7adb0

Browse files
committed
fix broken intradoc links
1 parent 8f7437e commit 8d7adb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/trees/tree.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl<'treeseq> Tree<'treeseq> {
7777

7878
/// # Failing examples
7979
///
80-
/// An error will be returned if ['crate::TreeFlags::SAMPLE_LISTS`] is not used:
80+
/// An error will be returned if ['TreeFlags::SAMPLE_LISTS`](crate::TreeFlags::SAMPLE_LISTS) is not used:
8181
///
8282
/// ```should_panic
8383
/// use tskit::StreamingIterator;
@@ -337,7 +337,7 @@ impl<'treeseq> Tree<'treeseq> {
337337

338338
/// # Failing examples
339339
///
340-
/// An error will be returned if ['crate::TreeFlags::SAMPLE_LISTS`] is not used:
340+
/// An error will be returned if ['TreeFlags::SAMPLE_LISTS`](crate::TreeFlags::SAMPLE_LISTS) is not used:
341341
///
342342
/// ```should_panic
343343
/// use tskit::StreamingIterator;
@@ -371,7 +371,7 @@ impl<'treeseq> Tree<'treeseq> {
371371

372372
/// # Failing examples
373373
///
374-
/// An error will be returned if ['crate::TreeFlags::SAMPLE_LISTS`] is not used:
374+
/// An error will be returned if ['TreeFlags::SAMPLE_LISTS`](crate::TreeFlags::SAMPLE_LISTS) is not used:
375375
///
376376
/// ```should_panic
377377
/// use tskit::StreamingIterator;
@@ -405,7 +405,7 @@ impl<'treeseq> Tree<'treeseq> {
405405

406406
/// # Failing examples
407407
///
408-
/// An error will be returned if ['crate::TreeFlags::SAMPLE_LISTS`] is not used:
408+
/// An error will be returned if ['TreeFlags::SAMPLE_LISTS`](crate::TreeFlags::SAMPLE_LISTS) is not used:
409409
///
410410
/// ```should_panic
411411
/// use tskit::StreamingIterator;

0 commit comments

Comments
 (0)