Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update document link #3796

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading