diff --git a/docs/interoperability.mdx b/docs/interoperability.mdx index 0459f58..d58c563 100644 --- a/docs/interoperability.mdx +++ b/docs/interoperability.mdx @@ -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`