Moved .png files into /docs/images
diff --git a/README.md b/README.md
index 8885f12..7bf02e5 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 The design involves two paths one of which is used for interleaved input data.
 
 #### Top-Level Diagram
-![alt text](docs/encoder_schematic.png)
+![alt text](docs/images/encoder_schematic.png)
 
 -Input Data is stored at dual channel rams. 
 
@@ -34,10 +34,10 @@
 -Encoder Core produces outputs according to the state and the inputs.
 
 #### Synthesis Report
-![alt text](docs/synt_encoder.png)
+![alt text](docs/images/synt_encoder.png)
 
 #### Implementation Report
-![alt text](docs/imp_encoder.png)
+![alt text](docs/images/imp_encoder.png)
 
 -Reports are based on Xilinx Spartan-7 xc7s6ftgb196-1
 
diff --git a/docs/encoder_schematic.png b/docs/images/encoder_schematic.png
similarity index 100%
rename from docs/encoder_schematic.png
rename to docs/images/encoder_schematic.png
Binary files differ
diff --git a/docs/imp_encoder.png b/docs/images/imp_encoder.png
similarity index 100%
rename from docs/imp_encoder.png
rename to docs/images/imp_encoder.png
Binary files differ
diff --git a/docs/synt_encoder.png b/docs/images/synt_encoder.png
similarity index 100%
rename from docs/synt_encoder.png
rename to docs/images/synt_encoder.png
Binary files differ