From 09e2c97ed7c5da20bae535ef3929766c30c8060c Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Sun, 26 Oct 2025 12:28:43 +0100 Subject: [PATCH] docs: fix links --- docs/docs/events/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/events/events.md b/docs/docs/events/events.md index 16339377..f403b009 100644 --- a/docs/docs/events/events.md +++ b/docs/docs/events/events.md @@ -65,7 +65,7 @@ The `VideoPlayer` class, through `VideoPlayerEvents`, supports the following eve Additionally, the `VideoPlayer` instance itself has an `onError` property: -- `onError: (error: ` [VideoRuntimeError](../api-reference/classes/VideoRuntimeError.md) `) => void` — Fired when an error occurs. The callback receives the `VideoRuntimeError` object. +- `onError: (error: ` [VideoRuntimeError](../api-reference/interfaces/VideoRuntimeError.md) `) => void` — Fired when an error occurs. The callback receives the `VideoRuntimeError` object. **Benefits of `useEvent`**: