From 74135bca7d1fcaa66899822df865eae0f4b4b1a9 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Wed, 26 Mar 2014 18:58:58 +0000
Subject: [PATCH] link fixed

---
 docs/Embed.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Embed.md b/docs/Embed.md
index caa529a51..fa95b3da4 100644
--- a/docs/Embed.md
+++ b/docs/Embed.md
@@ -132,7 +132,7 @@ Mongoose source code contains a well-commented example code, listed below:
    * [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
+   * [auth.c](https://github.com/cesanta/mongoose/blob/master/examples/auth.c) demonstrates API-controlled Digest authorization
    * [mjpg.c](https://github.com/cesanta/mongoose/blob/master/examples/mjpg.c) demonstrates MJPEG streaming implementation
 
 ## Compilation flags
-- 
GitLab