Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Sep 1, 2024
1 parent 586a0ce commit 2827102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interoperability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ I'll now go into more detail on how exactly Interoperability works and will brie

In short, a serializer is something that transforms native types into something that both JavaScript and C++ understand.

Saucer currently ships a default serializer that is based on [glaze](https://github.com/stephenberry/glaze), however you're free to implement your own if desired (see [Custom Serializers](./advanced/Custom%20Serializers)).
Saucer currently ships a default serializer that is based on [glaze](https://github.com/stephenberry/glaze), however you're free to implement your own if desired (see [Custom Serializers](./advanced/serializers.mdx)).

## What is a `smartview`

Expand Down

0 comments on commit 2827102

Please sign in to comment.