Updated part1 to point towards the correct resources.
diff --git a/_pages/documentation/learning_gem5/part1/cache_config.md b/_pages/documentation/learning_gem5/part1/cache_config.md
index 1676a45..e9dfb66 100644
--- a/_pages/documentation/learning_gem5/part1/cache_config.md
+++ b/_pages/documentation/learning_gem5/part1/cache_config.md
@@ -19,7 +19,7 @@
 line parameters to your scripts.
 
 ![A system configuration with a two-level cache
-hierarchy.](../assets/img/advanced_config.png)
+hierarchy.](/pages/static/figures/advanced_config.png)
 
 Creating cache objects
 ----------------------
diff --git a/_pages/documentation/learning_gem5/part1/simple_config.md b/_pages/documentation/learning_gem5/part1/simple_config.md
index c435ae3..5187e2d 100644
--- a/_pages/documentation/learning_gem5/part1/simple_config.md
+++ b/_pages/documentation/learning_gem5/part1/simple_config.md
@@ -204,7 +204,7 @@
 simulated system! Our system should look like simple-config-fig.
 
 ![A simple system configuration without
-caches.](../_static/figures/simple_config.png)
+caches.](/pages/static/figures/simple_config.png)
 
 Next, we need to set up the process we want the CPU to execute. Since we
 are executing in syscall emulation mode (SE mode), we will just point