docs: Fix broken links

This commit is contained in:
Jade Ellis 2026-02-11 19:57:51 +00:00
parent 1a11c784f5
commit 6eba6a838e
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
4 changed files with 6 additions and 3 deletions

View file

@ -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",

View file

@ -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.

View file

@ -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

View file

@ -56,6 +56,9 @@ export default defineConfig({
}, {
from: '/community$',
to: '/community/guidelines'
}, {
from: "/turn",
to: "/calls/turn",
}
]
})],