Skip to content

Commit

Permalink
Fix invalid link for ChangeInfo (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored May 7, 2024
1 parent c139002 commit 6b27c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b27c35

Please sign in to comment.