diff options
Diffstat (limited to 'tests/typ/meta/ref.typ')
| -rw-r--r-- | tests/typ/meta/ref.typ | 4 |
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> |
