From dd718bb60b1f37e371b107e2fe6eefbf69f104fa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 21 Dec 2022 00:31:50 +0100 Subject: Link directly to parameters --- library/src/layout/align.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout/align.rs') 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`. /// -- cgit v1.2.3