summaryrefslogtreecommitdiff
path: root/tests/typ/meta
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
commitec05ed7e0646d1e8ff76677d0332ddf93ed57b69 (patch)
tree75f57cbc2380591ef6c4f30d71e018e3cd001e19 /tests/typ/meta
parent9a99beec94a5b02aa91a363b299d4795ef52c0fa (diff)
Move assets
Diffstat (limited to 'tests/typ/meta')
-rw-r--r--tests/typ/meta/link.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/link.typ b/tests/typ/meta/link.typ
index 8c3e6ddd..4ed7e58d 100644
--- a/tests/typ/meta/link.typ
+++ b/tests/typ/meta/link.typ
@@ -38,7 +38,7 @@ My cool #move(dx: 0.7cm, dy: 0.7cm, rotate(10deg, scale(200%, mylink)))
// Link containing a block.
#link("https://example.com/", block[
My cool rhino
- #move(dx: 10pt, image("/res/rhino.png", width: 1cm))
+ #move(dx: 10pt, image("/rhino.png", width: 1cm))
])
---