From 2827102b4fb075c2d0b2cef178f0a17bcdcfa53f Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 1 Sep 2024 21:04:27 +0200 Subject: [PATCH] fix: broken links --- docs/interoperability.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`