Skip to content

Commit b240b8e

Browse files
committed
fix: update broken links
1 parent 30adc9e commit b240b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/realtime/realtimekit/ui-kit/breakout-rooms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,5 @@ You have successfully integrated breakout rooms into your RealtimeKit applicatio
334334
For more advanced customization, explore the following:
335335

336336
- [UI Kit Components Library](/realtime/realtimekit/ui-kit/component-library/) - Browse available components
337-
- [UI Kit States](/realtime/realtimekit/ui-kit/meeting-lifecycle/) - Learn how components synchronize
337+
- [UI Kit States](/realtime/realtimekit/ui-kit/state-management/) - Learn how components synchronize
338338
- [Build Your Own UI](/realtime/realtimekit/ui-kit/build-your-own-ui/) - Create custom meeting interfaces

src/content/docs/realtime/realtimekit/ui-kit/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ While the default UI provides a complete meeting experience, you may want to bui
180180
To build your own custom meeting UI, follow these guides in order:
181181

182182
1. **[UI Kit Components Library](/realtime/realtimekit/ui-kit/component-library/)** - Browse available components and their visual representations
183-
2. **[UI Kit Meeting Lifecycle](/realtime/realtimekit/ui-kit/meeting-lifecycle/)** - Lifecycle of a meeting and how components communicate and synchronize with each other
183+
2. **[UI Kit Meeting Lifecycle](/realtime/realtimekit/ui-kit/state-management/)** - Lifecycle of a meeting and how components communicate and synchronize with each other
184184
3. **[Session Lifecycle](/realtime/realtimekit/concepts/session-lifecycle/)** - Understand different peer states and transitions
185185
4. **[Meeting Object Explained](/realtime/realtimekit/core/meeting-object-explained/)** - Access meeting data and participant information using the Core SDK
186186
5. **[Build Your Own UI](/realtime/realtimekit/ui-kit/build-your-own-ui/)** - Put everything together to create a custom meeting interface

0 commit comments

Comments
 (0)