Skip to content

Commit

Permalink
fix(doc): fix broken image link (#5924)
Browse files Browse the repository at this point in the history
[issue-5923] fix incorrect path for documentation image
should help close #5923
  • Loading branch information
seanforyou23 authored Mar 18, 2021
1 parent 105bf99 commit dd307ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/guide/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To explain how operators work, textual descriptions are often not enough. Many o

Below you can see the anatomy of a marble diagram.

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

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).

Expand Down

0 comments on commit dd307ce

Please sign in to comment.