From 3ec09ceedf9bd78312a5cd749f43422aa83025e6 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <sergey.lyubka@cesanta.com> Date: Thu, 26 May 2016 11:37:52 +0200 Subject: [PATCH] Reference media files in doc directly PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e --- docs/design-concept/memory-buffers.md | 3 +-- docs/{img => media}/mbuf.png | Bin 2 files changed, 1 insertion(+), 2 deletions(-) rename docs/{img => media}/mbuf.png (100%) diff --git a/docs/design-concept/memory-buffers.md b/docs/design-concept/memory-buffers.md index 9f1ffb244..11a115eca 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. - - + 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 -- GitLab