diff options
Diffstat (limited to 'tests/typ/meta/footnote-container.typ')
| -rw-r--r-- | tests/typ/meta/footnote-container.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/footnote-container.typ b/tests/typ/meta/footnote-container.typ index fa246162..562831a9 100644 --- a/tests/typ/meta/footnote-container.typ +++ b/tests/typ/meta/footnote-container.typ @@ -4,7 +4,7 @@ // Test footnote in caption. Read the docs #footnote[https://typst.app/docs]! #figure( - image("/graph.png", width: 70%), + image("/files/graph.png", width: 70%), caption: [ A graph #footnote[A _graph_ is a structure with nodes and edges.] ] |
