From 89fcd9dd38402526a71d75188ef4ad350ee78cc9 Mon Sep 17 00:00:00 2001 From: Jorge <2664441+m-rinaldi@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:06:57 +0200 Subject: [PATCH] Update links for @as attribute in cheatsheet Referencing the main explanation for the @as attribute. --- markdown-pages/docs/manual/interop-cheatsheet.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/docs/manual/interop-cheatsheet.mdx b/markdown-pages/docs/manual/interop-cheatsheet.mdx index a738822d7..2988c9039 100644 --- a/markdown-pages/docs/manual/interop-cheatsheet.mdx +++ b/markdown-pages/docs/manual/interop-cheatsheet.mdx @@ -18,7 +18,7 @@ This is a glossary with examples. All the features are described by later pages. ### Attributes -- `@as`: [here](./attribute.mdx#usage), [here](./bind-to-js-function.mdx#fixed-arguments), [here](./bind-to-js-function.mdx#constrain-arguments-better) and [here](./generate-converters-accessors.mdx#usage-3) +- `@as`: [here](./variant.mdx#tagged-variants), [here](./attribute.mdx#usage), [here](./bind-to-js-function.mdx#fixed-arguments), [here](./bind-to-js-function.mdx#constrain-arguments-better) and [here](./generate-converters-accessors.mdx#usage-3) - [`@deriving`](./generate-converters-accessors.mdx#generate-functions--plain-values-for-variants) - [`@get`](./bind-to-js-object.mdx#bind-using-special-bs-getters--setters) - [`@get_index`](./bind-to-js-object.mdx#bind-using-special-bs-getters--setters)