summaryrefslogtreecommitdiff
path: root/tests/typ/meta/ref.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 11:06:54 +0100
committerGitHub <noreply@github.com>2024-02-28 10:06:54 +0000
commite16d3f5a67a31154797b4d56cdc6ed142ee2a7cf (patch)
tree31dcd2243c2b51bac62fe19e7e60efe5f6289281 /tests/typ/meta/ref.typ
parent5036c5acebebe12cbf14338f5413514251d83d1e (diff)
Externalize assets (#3515)
Diffstat (limited to 'tests/typ/meta/ref.typ')
-rw-r--r--tests/typ/meta/ref.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/meta/ref.typ b/tests/typ/meta/ref.typ
index e01bc941..4cc824d7 100644
--- a/tests/typ/meta/ref.typ
+++ b/tests/typ/meta/ref.typ
@@ -26,13 +26,13 @@ As seen in @intro, we proceed.
= Intro
#figure(
- image("/files/cylinder.svg", height: 1cm),
+ image("/assets/images/cylinder.svg", height: 1cm),
caption: [A cylinder.],
supplement: "Fig",
) <fig1>
#figure(
- image("/files/tiger.jpg", height: 1cm),
+ image("/assets/images/tiger.jpg", height: 1cm),
caption: [A tiger.],
supplement: "Tig",
) <fig2>