diff --git a/docs/_nav.json b/docs/_nav.json index 79972dd6..d8fe6e4e 100644 --- a/docs/_nav.json +++ b/docs/_nav.json @@ -2,7 +2,7 @@ { "text": "Guide", "link": "/introduction", - "activeMatch": "^/(introduction|configuration|deploying|turn|appservices|maintenance|troubleshooting)" + "activeMatch": "^/(introduction|configuration|deploying|calls|appservices|maintenance|troubleshooting)" }, { "text": "Development", diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index ae848bee..f778a585 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -217,4 +217,4 @@ Alternatively, you can use Continuwuity's built-in delegation file capability. S ## Voice communication -See the [TURN](../turn.md) page. +See the [Calls](../calls.mdx) page. diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index f1546d8d..9a501298 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -277,7 +277,7 @@ that port 8448 is open and forwarded correctly. ## Audio/Video calls -For Audio/Video call functionality see the [TURN Guide](../turn.md). +For Audio/Video call functionality see the [Calls](../calls.md) page. ## Appservices diff --git a/rspress.config.ts b/rspress.config.ts index 01b037cd..ecb71c93 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -56,6 +56,9 @@ export default defineConfig({ }, { from: '/community$', to: '/community/guidelines' + }, { + from: "/turn", + to: "/calls/turn", } ] })],