diff --git a/docs/Development_Guide.md b/docs/Development_Guide.md index 7a60d38..86b7a59 100644 --- a/docs/Development_Guide.md +++ b/docs/Development_Guide.md @@ -42,7 +42,7 @@ Alternatively, you can download the repository as a ZIP file and extract it to a ### 3. Launch the Project via Unity Hub -![Unity Hub](images/unity_hub.png) +![Unity Hub](./images/unity_hub.png) 1. **Open Unity Hub**. diff --git a/docs/Simulation_Logging.md b/docs/Simulation_Logging.md index d81ce7a..8f46886 100644 --- a/docs/Simulation_Logging.md +++ b/docs/Simulation_Logging.md @@ -4,7 +4,7 @@ This guide provides instructions on how to access and interpret the simulation l ## Overview -![Python simulation log visualizer](images/sim_visualizer.png) +![Python simulation log visualizer](./images/sim_visualizer.png) Simulation logs capture detailed telemetry and event data from each simulation run. These logs are essential for debugging, performance analysis, and understanding the behavior of agents within the simulation. diff --git a/docs/public/images/sim_salvo_animation.gif b/docs/images/sim_salvo_animation.gif similarity index 100% rename from docs/public/images/sim_salvo_animation.gif rename to docs/images/sim_salvo_animation.gif diff --git a/docs/public/images/sim_visualizer.png b/docs/images/sim_visualizer.png similarity index 100% rename from docs/public/images/sim_visualizer.png rename to docs/images/sim_visualizer.png diff --git a/docs/public/images/unity_hub.png b/docs/images/unity_hub.png similarity index 100% rename from docs/public/images/unity_hub.png rename to docs/images/unity_hub.png