Skip to content

Commit 40ca489

Browse files
authored
Fix broken webhooks guide link (#338)
1 parent ab915ba commit 40ca489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/livekit-server-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ svc.deleteRoom('myroom').then(() => {
120120

121121
## Webhooks
122122

123-
The JS SDK also provides helper functions to decode and verify webhook callbacks. While verification is optional, it ensures the authenticity of the message. See [webhooks guide](https://docs.livekit.io/guides/webhooks) for details.
123+
The JS SDK also provides helper functions to decode and verify webhook callbacks. While verification is optional, it ensures the authenticity of the message. See [webhooks guide](https://docs.livekit.io/home/server/webhooks/) for details.
124124

125125
LiveKit POSTs to webhook endpoints with `Content-Type: application/webhook+json`. Please ensure your server is able to receive POST body with that MIME.
126126

0 commit comments

Comments
 (0)