From 6b27c351ff523703ed9fe7bfa93b0710525c4229 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Tue, 7 May 2024 15:03:15 +0900 Subject: [PATCH] Fix invalid link for `ChangeInfo` (#128) --- docs/js-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js-sdk.mdx b/docs/js-sdk.mdx index 7d80e66..5bc6a96 100644 --- a/docs/js-sdk.mdx +++ b/docs/js-sdk.mdx @@ -261,7 +261,7 @@ The callback is called with an event object, and the `event.type` property indic When the `event.type` is `local-change` or `remote-change`, the `event.value` is a changeInfo, which has `{operations, message}` properties. -For more information about changeInfo for document events, please refer to the [ChangeInfo](https://yorkie.dev/yorkie-js-sdk/api-reference/yorkie-js-sdk.remotechangeevent.html). +For more information about changeInfo for document events, please refer to the [ChangeInfo](https://yorkie.dev/yorkie-js-sdk/api-reference/interfaces/ChangeInfo.html). ```javascript