File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11recursive-exclude .github *
22recursive-exclude frontend *
3+ recursive-exclude docs *
34recursive-exclude tests *
Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ The deployment process can be sped up considerably by using virtual machine imag
201201
202202There is a browser UI available at ` http://localhost:3000 ` that can be used to monitor the simulation.
203203
204- ![ frontend1] ( . /docs/img/Frontend1.PNG)
204+ ![ frontend1] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/Frontend1.PNG)
205205
206- ![ frontend2] ( . /docs/img/Frontend2.PNG)
206+ ![ frontend2] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/Frontend2.PNG)
207207
208208### CLI
209209
@@ -213,17 +213,17 @@ To receive detailed information about the current state of the simulation in the
213213python enosimulator -c /path/to/config.json -s /path/to/secrets.json -v
214214```
215215
216- ![ cli1] ( . /docs/img/CLI1.PNG)
216+ ![ cli1] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/CLI1.PNG)
217217
218- ![ cli2] ( . /docs/img/CLI2.PNG)
218+ ![ cli2] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/CLI2.PNG)
219219
220- ![ cli3] ( . /docs/img/CLI3.PNG)
220+ ![ cli3] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/CLI3.PNG)
221221
222222### Scoreboard
223223
224224The current state of the scoreboard can be monitored via the public IP address of the engine VM. It is available at ` http://<engine-ip>:5001/scoreboard ` .
225225
226- ![ scoreboard1] ( . /docs/img/Scoreboard1.PNG)
226+ ![ scoreboard1] ( https://raw.githubusercontent.com/ashiven/enosimulator/main /docs/img/Scoreboard1.PNG)
227227
228228### Direct connections via SSH
229229
You can’t perform that action at this time.
0 commit comments