diff --git a/docs/Embed.md b/docs/Embed.md index caa529a51b3e41473f5a7f102d8782a6b37a3e3d..fa95b3da45362f5e09cf3c0dff4b211ee0d99ace 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