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/meta/outline.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/src/meta') diff --git a/library/src/meta/outline.rs b/library/src/meta/outline.rs index da73ad5a..9e4f616e 100644 --- a/library/src/meta/outline.rs +++ b/library/src/meta/outline.rs @@ -32,8 +32,8 @@ pub struct OutlineNode; impl OutlineNode { /// The title of the outline. /// - /// - When set to `{auto}`, an appropriate title for the [text](@text) - /// language will be used. This is the default. + /// - When set to `{auto}`, an appropriate title for the [text + /// language](@text/lang) will be used. This is the default. /// - When set to `{none}`, the outline will not have a title. /// - A custom title can be set by passing content. #[property(referenced)] @@ -45,7 +45,7 @@ impl OutlineNode { /// Whether to indent the subheadings to align the start of their numbering /// with the title of their parents. This will only have an effect if a - /// [heading](@heading) numbering is set. + /// [heading numbering](@heading/numbering) is set. /// /// # Example /// ``` -- cgit v1.2.3