summaryrefslogtreecommitdiff
path: root/library/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/layout')
-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`.
///