summaryrefslogtreecommitdiff
path: root/library/src/layout/align.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-21 00:31:50 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-21 00:31:50 +0100
commitdd718bb60b1f37e371b107e2fe6eefbf69f104fa (patch)
tree3746cfd7394ef331605fd5c418223ac4bb8b7992 /library/src/layout/align.rs
parentee732468c7487c81aa6470571077988b75d36ebb (diff)
Link directly to parameters
Diffstat (limited to 'library/src/layout/align.rs')
-rw-r--r--library/src/layout/align.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/align.rs b/library/src/layout/align.rs
index 7e2693aa..952612af 100644
--- a/library/src/layout/align.rs
+++ b/library/src/layout/align.rs
@@ -22,7 +22,7 @@ use crate::prelude::*;
///
/// Horizontal alignments can be `left`, `center`, `right`, `start`, or `end`.
/// The `start` and `end` alignments are relative to the current
-/// [text direction](@text).
+/// [text direction](@text/dir).
///
/// Vertical alignments can be `top`, `horizon`, or `bottom`.
///