docs: update document link (#3796)

* fix: relative path

---------

Co-authored-by: mostafahasani <hasanie.mostafa@alopeyk.com>
This commit is contained in:
Seyed Mostafa Hasani 2024-05-20 17:28:11 +03:30 committed by GitHub
parent d272a86f20
commit 8fdc52372c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ Future:
Seek to the specified position represented by seconds. seconds is a float value. 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 #### Exact seek
@ -98,7 +98,7 @@ tolerance is the max distance in milliseconds from the seconds position that's a
`setVolume(value): Promise<void>` `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 ### Example Usage