Skip to content

Commit ce92e7a

Browse files
authored
Merge pull request #299 from posit-dev/use-correct-url
fix(docs): use correct link to run the app
2 parents 416db73 + 7521a23 commit ce92e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/genai-chatbots.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ When you run the `shiny create` command, you'll be provided some tips on where t
7676
Also, if you're not ready to sign up for a cloud provider (e.g., Anthropic, OpenAI, etc), you can run models locally (for free!) with the Ollama template.
7777
This is a great way to get started and learn about LLMs without any cost, and without sharing your data with a cloud provider.
7878

79-
Once your credentials (if any) are in place, [run the app](https://shiny.posit.co/py/docs/install-create-run.html#run). Congrats, you now have a streaming chat interface powered by an LLM of your choice! 🎉
79+
Once your credentials (if any) are in place, [run the app](https://shiny.posit.co/py/get-started/create-run.html#run-your-shiny-application). Congrats, you now have a streaming chat interface powered by an LLM of your choice! 🎉
8080

8181
![Screenshot of a conversation with the `Chat` component.](/images/chat-quick-start.png){class="rounded shadow lightbox mt-3"}
8282

0 commit comments

Comments
 (0)