From 3b446234a71205b2ee65319b55d0784f6068bc7a Mon Sep 17 00:00:00 2001 From: Vaibhav159 Date: Wed, 8 Jan 2025 10:54:27 +0530 Subject: [PATCH] fix hyperlink --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523f43ebc..6adf6a994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 to `DailyRoomProperties`. - Added `session_timeout` to `FastAPIWebsocketTransport` and `WebsocketServerTransport` for configuring session timeouts (in seconds). Triggers `on_session_timeout` for custom timeout handling. - See (examples/websocket-server/bot.py)[https://github.com/pipecat-ai/pipecat/blob/main/examples/websocket-server/bot.py]. + See [examples/websocket-server/bot.py](https://github.com/pipecat-ai/pipecat/blob/main/examples/websocket-server/bot.py). ### Changed