Skip to content

Commit adc54dc

Browse files
committed
fix: added dummy getting-started page to fix broken url
1 parent 68f2a5d commit adc54dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Getting Started
4+
sidebar:
5+
order: 3
6+
---

src/content/docs/realtime/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [Realtime SFU (Selective Forwarding Unit)](/realtime/sfu) is a powerful medi
3838

3939
The [TURN service](/realtime/turn) is a managed service that acts as a relay for WebRTC traffic. It ensures connectivity for users behind restrictive firewalls or NATs by providing a public relay point for media streams.
4040

41-
<LinkButton variant="primary" href="/realtime/get-started/">
41+
<LinkButton variant="primary" href="/realtime/getting-started/">
4242
Get started
4343
</LinkButton>
4444
<LinkButton

0 commit comments

Comments
 (0)