Skip to content

Commit d1d50c8

Browse files
docs(readme): fix realtime errors docs link (#1286)
1 parent fc019df commit d1d50c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A full example can be found [here](https://github.com/openai/openai-node/blob/ma
157157

158158
### Realtime error handling
159159

160-
When an error is encountered, either on the client side or returned from the server through the [`error` event](https://platform.openai.com/docs/guides/realtime/realtime-api-beta#handling-errors), the `error` event listener will be fired. However, if you haven't registered an `error` event listener then an `unhandled Promise rejection` error will be thrown.
160+
When an error is encountered, either on the client side or returned from the server through the [`error` event](https://platform.openai.com/docs/guides/realtime-model-capabilities#error-handling), the `error` event listener will be fired. However, if you haven't registered an `error` event listener then an `unhandled Promise rejection` error will be thrown.
161161

162162
It is **highly recommended** that you register an `error` event listener and handle errors approriately as typically the underlying connection is still usable.
163163

0 commit comments

Comments
 (0)