From 3f69a4d1ef8344a195a559643e99f50e2c2b30ce Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 14 Feb 2025 16:05:56 -0800 Subject: [PATCH] fix --- docs/features/chat-features/url-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/chat-features/url-params.md b/docs/features/chat-features/url-params.md index e5d298b..94445c3 100644 --- a/docs/features/chat-features/url-params.md +++ b/docs/features/chat-features/url-params.md @@ -37,7 +37,7 @@ The following table lists the available URL parameters, their function, and exam ### 3. **Web Search** -- **Description**: Enabling `web-search` allows the chat session to access [web search](/tutorials/web-search/_category_.json) functionality. +- **Description**: Enabling `web-search` allows the chat session to access [web search](/category/-web-search) functionality. - **How to Set**: Set this parameter to `true` to enable web search. - **Example**: `/?web-search=true` - **Behavior**: If enabled, the chat can retrieve web search results as part of its responses.