diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c4373e..62c37040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ HTTP WebSocket * Fix race in writes during reads +* Fix doc link typo -------------------------------------------------------------------------------- diff --git a/doc/examples.qbk b/doc/examples.qbk index 418215e2..224f4d9f 100644 --- a/doc/examples.qbk +++ b/doc/examples.qbk @@ -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]