diff --git a/website/docs/_blogs/2025-01-10-WebSockets/index.mdx b/website/docs/_blogs/2025-01-10-WebSockets/index.mdx index 2eb544c11bf3..dee66b5147d2 100644 --- a/website/docs/_blogs/2025-01-10-WebSockets/index.mdx +++ b/website/docs/_blogs/2025-01-10-WebSockets/index.mdx @@ -80,7 +80,7 @@ python agentchat-over-websockets/main.py ``` ### **Test the App** -With the server running, open the client application in your browser by navigating to [http://localhost:8001/](http://localhost:8001/). And send a message to the chat and watch the conversation between agents roll out in your browser. +With the server running, open the client application in your browser by navigating to `http://localhost:8001/`. And send a message to the chat and watch the conversation between agents roll out in your browser. ## Code review