docs: update document link (#3796)
* fix: relative path --------- Co-authored-by: mostafahasani <hasanie.mostafa@alopeyk.com>
This commit is contained in:
parent
d272a86f20
commit
8fdc52372c
@ -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<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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user