summaryrefslogtreecommitdiff
path: root/tests/typ/meta/query-figure.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta/query-figure.typ')
-rw-r--r--tests/typ/meta/query-figure.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/meta/query-figure.typ b/tests/typ/meta/query-figure.typ
index 590c8e87..1fe82372 100644
--- a/tests/typ/meta/query-figure.typ
+++ b/tests/typ/meta/query-figure.typ
@@ -24,7 +24,7 @@
}
#figure(
- image("/files/glacier.jpg"),
+ image("/assets/images/glacier.jpg"),
caption: [Glacier melting],
)
@@ -36,6 +36,6 @@
)
#figure(
- image("/files/tiger.jpg"),
+ image("/assets/images/tiger.jpg"),
caption: [Tiger world],
)