diff --git a/docs/Embed.md b/docs/Embed.md
index 5d7bba0ad67414750e59d4ded924f7f51a298615..35c0566947524c1e26a2e89957eefb07f8db0dfa 100644
--- a/docs/Embed.md
+++ b/docs/Embed.md
@@ -78,10 +78,11 @@ Mongoose source code contains a well-commented example code, listed below:
    * [hello.c](https://github.com/cesanta/mongoose/blob/master/examples/hello.c)
    shows how to handle form input, file upload, websocket communication, get
    cookie values.
-
+   <!--
    * [chat](https://github.com/cesanta/mongoose/blob/master/examples/chat)
    implements basic online chat functionality using Lua scripting capabilities
    of Mongoose. Not a single line of C is written for that example.
    Demostrates usage of database, cookie-based authentication, session
    support, RESTful interface. No additional software is required to run it
    on any platform.
+   -->