Skip to content

Commit 40a461b

Browse files
fix: update broken link to renamed build-conversational-apps tutorial (#1495)
1 parent 3d42ac6 commit 40a461b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/develop/api-reference/chat/chat-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: chat_input, chat, input, widget, conversational, llm, chatbot, interac
77

88
<Tip>
99

10-
Read the [Build a basic LLM chat app](/develop/tutorials/llms/build-conversational-apps) tutorial to learn how to use `st.chat_message` and `st.chat_input` to build chat-based apps.
10+
Read the [Build a basic LLM chat app](/develop/tutorials/chat-and-llm-apps/build-conversational-apps) tutorial to learn how to use `st.chat_message` and `st.chat_input` to build chat-based apps.
1111

1212
</Tip>
1313

content/develop/api-reference/chat/chat-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: chat_message, chat, message, container, conversational, llm, chatbot,
77

88
<Tip>
99

10-
Read the [Build a basic LLM chat app](/develop/tutorials/llms/build-conversational-apps) tutorial to learn how to use `st.chat_message` and `st.chat_input` to build chat-based apps.
10+
Read the [Build a basic LLM chat app](/develop/tutorials/chat-and-llm-apps/build-conversational-apps) tutorial to learn how to use `st.chat_message` and `st.chat_input` to build chat-based apps.
1111

1212
</Tip>
1313

content/develop/quick-references/api-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ with st.container():
357357
st.chat_input("Say something")
358358
```
359359

360-
Learn how to [Build a basic LLM chat app](/develop/tutorials/llms/build-conversational-apps)
360+
Learn how to [Build a basic LLM chat app](/develop/tutorials/chat-and-llm-apps/build-conversational-apps)
361361

362362
</CodeTile>
363363

content/develop/quick-references/release-notes/2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ _Release date: June 27, 2023_
209209

210210
**Highlights**
211211

212-
- 💬 Introducing `st.chat_message` and `st.chat_input` — two new [chat elements](/develop/api-reference/chat) that let you build conversational apps. Learn how to use these features in your LLM-powered chat apps in our [tutorial](/develop/tutorials/llms/build-conversational-apps).
212+
- 💬 Introducing `st.chat_message` and `st.chat_input` — two new [chat elements](/develop/api-reference/chat) that let you build conversational apps. Learn how to use these features in your LLM-powered chat apps in our [tutorial](/develop/tutorials/chat-and-llm-apps/build-conversational-apps).
213213
- 💾 Streamlit's caching decorators now allow you to customize Streamlit's hashing of input parameters with the keyword-only argument [`hash_funcs`](/develop/concepts/architecture/caching#the-hash_funcs-parameter).
214214

215215
**Notable Changes**

0 commit comments

Comments
 (0)