Skip to content

Commit f3a27c7

Browse files
authored
README link updates (#36)
* Fix broken links * Link to component page for av_render
1 parent a92e11d commit f3a27c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Before you begin, please ensure you have ESP IDF v5.4 or higher installed on you
3434

3535
### Examples
3636

37-
One of the best ways to get started with LiveKit is by reviewing the [examples](./examples) and choosing one as a starting point for your project:
37+
One of the best ways to get started with LiveKit is by reviewing the [examples](./components/livekit/examples/) and choosing one as a starting point for your project:
3838

39-
- [**Voice AI Agent**](./examples/voice_agent/README.md): Conversational AI voice agent that interacts with hardware based on user requests.
40-
- [**Minimal**](./examples/minimal/README.md): Basic example of connecting to a LiveKit room with bidirectional audio.
39+
- [**Voice AI Agent**](./components/livekit/examples/voice_agent/README.md): Conversational AI voice agent that interacts with hardware based on user requests.
40+
- [**Minimal**](./components/livekit/examples/minimal/README.md): Basic example of connecting to a LiveKit room with bidirectional audio.
4141

4242
Once you have chosen an example to be your starting point, create a fresh project from it locally using the following command:
4343

@@ -87,7 +87,7 @@ LiveKit for ESP32 puts your application in control of the media pipeline; your a
8787
#### Renderer: output to display/speaker
8888
8989
- Required for rooms which will subscribe to media tracks
90-
- Created using the Espressif [*av_render*](https://github.com/espressif/esp-webrtc-solution/tree/main/components/av_render) component
90+
- Created using the Espressif [*av_render*](https://components.espressif.com/components/tempotian/av_render/) component
9191
- Playback audio over I2S, video on LCD displays supported by *esp_lcd*
9292
- After configuration, you will provide the `av_render_handle_t` when creating a room
9393

0 commit comments

Comments
 (0)