Skip to content

Commit c71553d

Browse files
committed
Fix doc links
1 parent 587741f commit c71553d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layout/ranked.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ use crate::{
2727
/// 1. An associated type, [`NDim`][NDim], with type-level dimensionality
2828
/// 2. A function, [`ndim`][ndim], that can give the dimensionality at runtime.
2929
///
30-
/// [DynRank]: crate::layout::dimensionality::DynRank
30+
/// [DynRank]: crate::layout::rank::DynRank
3131
/// [NDim]: Ranked::NDim
3232
/// [ndim]: Ranked::ndim
33-
/// [N]: Dimensionality::N
3433
pub trait Ranked
3534
{
3635
/// The compile-time rank of the type; can be [`DynRank`][DynRank] if unknown.

0 commit comments

Comments
 (0)