Docs: images are in the same dir as index.html

This simplifies writing markdown docs (no need to specify relative path
to images)

PUBLISHED_FROM=039a563b2f7e6a2fbb2a9424ac5315b2496ca184
This commit is contained in:
Dmitry Frank 2016-03-22 09:47:48 +01:00 committed by rojer
parent f1cc8379e7
commit 5060640408

View File

@ -11,5 +11,5 @@ 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.
![](../../static/img/mongoose/mbuf.png)
![](mbuf.png)