Skip to content

Commit 6fafcf5

Browse files
authored
fix(doc): correct broken image link (#6448)
1 parent cfa6f83 commit 6fafcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_app/content/guide/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To explain how operators work, textual descriptions are often not enough. Many o
105105

106106
Below you can see the anatomy of a marble diagram.
107107

108-
<img src="../../src/assets/images/guide/marble-diagram-anatomy.svg">
108+
<img src="../../assets/images/guide/marble-diagram-anatomy.svg">
109109

110110
Throughout this documentation site, we extensively use marble diagrams to explain how operators work. They may be really useful in other contexts too, like on a whiteboard or even in our unit tests (as ASCII diagrams).
111111

0 commit comments

Comments
 (0)