diff --git a/docs/design-concept/memory-buffers.md b/docs/design-concept/memory-buffers.md
index 9f1ffb244b8275b371f9196be69da3441b9d4c85..11a115eca46065951cb0b29cfa7beaae1a157873 100644
--- a/docs/design-concept/memory-buffers.md
+++ b/docs/design-concept/memory-buffers.md
@@ -11,5 +11,4 @@ When Mongoose successfully writes data to the socket, it discards data from
 `struct mg_connection::send_mbuf` and sends `MG_EV_SEND` event. When connection
 is closed, `MG_EV_CLOSE` event is sent.
 
-![](mbuf.png)
-
+![](media/mbuf.png)
diff --git a/docs/img/mbuf.png b/docs/media/mbuf.png
similarity index 100%
rename from docs/img/mbuf.png
rename to docs/media/mbuf.png