Fix doc link typo

This commit is contained in:
Florian Behrens
2017-02-22 13:19:07 +01:00
committed by Vinnie Falco
parent 69f95c870b
commit 8a1c7545e4
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ HTTP
WebSocket
* Fix race in writes during reads
* Fix doc link typo
--------------------------------------------------------------------------------

View File

@ -91,7 +91,7 @@ This example demonstrates both synchronous and asynchronous
WebSocket server implementations.
* [@examples/websocket_async_echo_server.hpp]
* [@examples/websocket_ssync_echo_server.hpp]
* [@examples/websocket_sync_echo_server.hpp]
* [@examples/websocket_echo.cpp]
[heading Secure WebSocket]