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