Merge branch 'main' of github.com:efabless/caravel_user_project into main
diff --git a/README.md b/README.md
index 3f94439..4db9031 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@
 Refer to [user_project_wrapper](verilog/rtl/user_project_wrapper.v) for more information. 
 
 <p align=”center”>
-<img src="doc/counter_32.png" width="50%" height="10%">
+<img src="docs/source/_static/counter_32.png" width="50%" height="10%">
 </p>
 
 # Running Full Chip Simulation
@@ -91,7 +91,7 @@
 For this sample project, we went for the first option where the user macro is hardened first, then it is inserted in the user project wrapper. 
 
 <p align=”center”>
-<img src="doc/wrapper.png" width="30%" height="5%">
+<img src="docs/source/_static/wrapper.png" width="30%" height="5%">
 </p>
 
 To reproduce hardening this project, run the following: 
diff --git a/docs/source/README.rst b/docs/source/README.rst
index 3d62b77..44e8a31 100644
--- a/docs/source/README.rst
+++ b/docs/source/README.rst
@@ -116,8 +116,10 @@
 
 .. raw:: html
 
-   <p align=”center”>
-
+   <p align="center">
+   <img src="./_static/counter_32.png" width="50%" height="50%">
+   </p>
+   
 .. raw:: html
 
    </p>
@@ -151,10 +153,8 @@
 
 .. raw:: html
 
-   <p align=”center”>
-
-.. raw:: html
-
+   <p align="center">
+   <img src="./_static/wrapper.png" width="50%" height="50%">
    </p>
 
 To reproduce hardening this project, run the following: