docs: Fix broken links
This commit is contained in:
parent
1a11c784f5
commit
6eba6a838e
4 changed files with 6 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"text": "Guide",
|
"text": "Guide",
|
||||||
"link": "/introduction",
|
"link": "/introduction",
|
||||||
"activeMatch": "^/(introduction|configuration|deploying|turn|appservices|maintenance|troubleshooting)"
|
"activeMatch": "^/(introduction|configuration|deploying|calls|appservices|maintenance|troubleshooting)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Development",
|
"text": "Development",
|
||||||
|
|
|
||||||
|
|
@ -217,4 +217,4 @@ Alternatively, you can use Continuwuity's built-in delegation file capability. S
|
||||||
|
|
||||||
## Voice communication
|
## Voice communication
|
||||||
|
|
||||||
See the [TURN](../turn.md) page.
|
See the [Calls](../calls.mdx) page.
|
||||||
|
|
|
||||||
|
|
@ -277,7 +277,7 @@ that port 8448 is open and forwarded correctly.
|
||||||
|
|
||||||
## Audio/Video calls
|
## 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
|
## Appservices
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,9 @@ export default defineConfig({
|
||||||
}, {
|
}, {
|
||||||
from: '/community$',
|
from: '/community$',
|
||||||
to: '/community/guidelines'
|
to: '/community/guidelines'
|
||||||
|
}, {
|
||||||
|
from: "/turn",
|
||||||
|
to: "/calls/turn",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})],
|
})],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue