Skip to content

Commit

Permalink
docs: update document link (#3796)
Browse files Browse the repository at this point in the history
* fix: relative path

---------

Co-authored-by: mostafahasani <[email protected]>
  • Loading branch information
seyedmostafahasani and mostafahasani authored May 20, 2024
1 parent d272a86 commit 8fdc523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/component/methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -98,7 +98,7 @@ tolerance is the max distance in milliseconds from the seconds position that's a

`setVolume(value): Promise<void>`

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

Expand Down

0 comments on commit 8fdc523

Please sign in to comment.