From 8fdc52372caac59af19d48103d32587cf785ed95 Mon Sep 17 00:00:00 2001 From: Seyed Mostafa Hasani Date: Mon, 20 May 2024 17:28:11 +0330 Subject: [PATCH] docs: update document link (#3796) * fix: relative path --------- Co-authored-by: mostafahasani --- docs/pages/component/methods.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/component/methods.mdx b/docs/pages/component/methods.mdx index 9c11e600..755901eb 100644 --- a/docs/pages/component/methods.mdx +++ b/docs/pages/component/methods.mdx @@ -80,7 +80,7 @@ Future: Seek to the specified position represented by seconds. seconds is a float value. -`seek()` can only be called after the `onLoad` event has fired. Once completed, the [onSeek](#onseek) event will be called. +`seek()` can only be called after the `onLoad` event has fired. Once completed, the [onSeek](./events#onseek) event will be called. #### Exact seek @@ -98,7 +98,7 @@ tolerance is the max distance in milliseconds from the seconds position that's a `setVolume(value): Promise` -This function will change the volume exactly like [volume](../props#volume) property. default value and range are the same then. +This function will change the volume exactly like [volume](./props#volume) property. default value and range are the same then. ### Example Usage