diff --git a/README.md b/README.md
index e4177686886fe4930426f1e07f68d8a7097b3fa6..0ff728ce94cce1f4c8ea66d46e24ec49492c84ad 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ plt.show()
 
 To better illustrate the different percolation measures used in this analysis, the following diagram visualizes key component metrics:
 
-![Temporal Percolation Measures](TemporalPercolationMeasures/percolationMeasures.png)
+![Temporal Percolation Measures](figure/percolationMeasures.png)
 
 
 - **LCC (Largest Connected Component)**: The primary connected structure in the event graph.
diff --git a/TemporalPercolationMeasures/.gitkeep b/figure/.gitkeep
similarity index 100%
rename from TemporalPercolationMeasures/.gitkeep
rename to figure/.gitkeep
diff --git a/TemporalPercolationMeasures/percolationMeasures.png b/figure/percolationMeasures.png
similarity index 100%
rename from TemporalPercolationMeasures/percolationMeasures.png
rename to figure/percolationMeasures.png