diff --git a/docs/Embed.md b/docs/Embed.md
index 94791b68e62e95d20a2cbc8a83736993adbf6b7c..cb607353342acd4c852ad8765984d9f87b482c41 100644
--- a/docs/Embed.md
+++ b/docs/Embed.md
@@ -104,3 +104,5 @@ Mongoose source code contains a well-commented example code, listed below:
    shows how to handle form input
    * [upload.c](https://github.com/cesanta/mongoose/blob/master/examples/post.c)
    shows how to upload files
+   * [websocket.c](https://github.com/cesanta/mongoose/blob/master/examples/websocket.c) demonstrates websocket usage
+   * [auth.c](https://github.com/cesanta/mongoose/blob/master/examples/websocket.c) demonstrates API-controlled Digest authorization