From e7107b99c588e3816dbd2483afa3633add2a4589 Mon Sep 17 00:00:00 2001 From: Kwindla Hultman Kramer Date: Fri, 10 Jan 2025 08:37:13 -0800 Subject: [PATCH] fixed 404 in SimpleChatbot iOS example README --- examples/simple-chatbot/examples/ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-chatbot/examples/ios/README.md b/examples/simple-chatbot/examples/ios/README.md index 2568871f0..02c27582d 100644 --- a/examples/simple-chatbot/examples/ios/README.md +++ b/examples/simple-chatbot/examples/ios/README.md @@ -4,7 +4,7 @@ Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/ ## Prerequisites -1. Run the bot server. See the [server README](../../README). +1. Run the bot server. See the [server README](../../server). 2. Install [Xcode 15](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices). ## Running locally