Skip to content

Commit 496771d

Browse files
committed
fix(docs): correct relative asset path to ../../assets/ for visualizer screenshots
1 parent 3be6120 commit 496771d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/visualizer/architecture-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The **Architecture Map** is a clustered, multi-layer visual canvas built into TLDRGraph. It compiles into a zero-dependency HTML file (`.tldrgraph/TLDRGRAPH_VISUALIZER.html`) that can be opened in any modern browser.
44

55
<p align="center">
6-
<img src="../assets/architecture_map.png" alt="TLDRGraph Architecture Map" width="100%" />
6+
<img src="../../assets/architecture_map.png" alt="TLDRGraph Architecture Map" width="100%" />
77
</p>
88

99
---

docs/visualizer/workflows-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The **Workflows Explorer** renders end-to-end execution pipelines and decision flows on a full-width background canvas.
44

55
<p align="center">
6-
<img src="../assets/workflows_explorer.png" alt="TLDRGraph Workflows Explorer" width="100%" />
6+
<img src="../../assets/workflows_explorer.png" alt="TLDRGraph Workflows Explorer" width="100%" />
77
</p>
88

99
---

0 commit comments

Comments
 (0)