Skip to content

Commit 59698f2

Browse files
committed
Fix readme img paths
1 parent 15cbc8d commit 59698f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ In the current state, we support a single scenario: Data exfiltration to a remot
361361
For the data exfiltration we support 3 variants. The full scenario contains 5 clients (where the attacker can start) and 5 servers where the data that is supposed to be exfiltrated can be located. *scenario1_small* is a variant with a single client (the attacker always starts there) and all 5 servers. *scenario1_tiny* contains only a single server with data. The tiny scenario is trivial and intended only for debugging purposes.
362362
<table>
363363
<tr><th>Scenario 1</th><th>Scenario 1 - small</th><th>Scenario 1 -tiny</th></tr>
364-
<tr><td><img src="docs/figures/scenarios/scenario_1.png" alt="Scenario 1 - Data exfiltration" width="300"></td><td><img src="docs/figures/scenarios/scenario 1_small.png" alt="Scenario 1 - small" width="300"</td><td><img src="docs/figures/scenarios/scenario_1_tiny.png" alt="Scenario 1 - tiny" width="300"></td></tr>
364+
<tr><td><img src="AIDojoCoordinator/docs/figures/scenarios/scenario_1.png" alt="Scenario 1 - Data exfiltration" width="300"></td><td><img src="AIDojoCoordinator/docs/figures/scenarios/scenario 1_small.png" alt="Scenario 1 - small" width="300"</td><td><img src="AIDojoCoordinator/docs/figures/scenarios/scenario_1_tiny.png" alt="Scenario 1 - tiny" width="300"></td></tr>
365365
<tr><th>3-nets scenario</th></tr>
366366
<tr>
367367
<td>
368-
<img src="docs/figures/scenarios/three_nets.png" alt="Scenario 1 - Data exfiltration" width="300">
368+
<img src="AIDojoCoordinator/docs/figures/scenarios/three_nets.png" alt="Scenario 1 - Data exfiltration" width="300">
369369
</td>
370370
</tr>
371371
</table>

0 commit comments

Comments
 (0)