summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-16 14:20:29 +0200
committerLaurenz <laurmaedje@gmail.com>2024-05-17 15:34:20 +0200
commit4d2d44fa1a3d9f3a0e27af7bee9e608851671155 (patch)
treeaa9f65bda931a869fbe7ce0e9c1e9438af3d7f92
parent87513f90852bbd3939d8168a5a716b44a88b64aa (diff)
Fix link in metadata docs (#4146)
-rw-r--r--crates/typst/src/introspection/metadata.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst/src/introspection/metadata.rs b/crates/typst/src/introspection/metadata.rs
index 2d6d8953..610c238e 100644
--- a/crates/typst/src/introspection/metadata.rs
+++ b/crates/typst/src/introspection/metadata.rs
@@ -7,7 +7,8 @@ use crate::realize::{Behave, Behaviour};
/// Exposes a value to the query system without producing visible content.
///
/// This element can be retrieved with the [`query`] function and from the
-/// command line with [`typst query`]($reference/meta/query/#cli-queries). Its
+/// command line with
+/// [`typst query`]($reference/introspection/query/#command-line-queries). Its
/// purpose is to expose an arbitrary value to the introspection system. To
/// identify a metadata value among others, you can attach a [`label`] to it and
/// query for that label.