From 15882ca83b48b406fa5d7a8405040d7e2b415b1d Mon Sep 17 00:00:00 2001 From: Sean Hagstrom Date: Sat, 30 May 2026 12:23:56 -0700 Subject: [PATCH] docs: update js-survey content with effect-ts data module docs Update landing page documentation to open the Data module documentation when clicking on the "Immutable Data Structures" docs link. --- landing/src/components/sections/js-survey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/src/components/sections/js-survey.tsx b/landing/src/components/sections/js-survey.tsx index ded67480e..c203f9d59 100644 --- a/landing/src/components/sections/js-survey.tsx +++ b/landing/src/components/sections/js-survey.tsx @@ -19,7 +19,7 @@ to make building applications easier. { name: "4. Immutable Data Structures", value: 8243, - docsLink: "/docs/data-types/cause/" + docsLink: "/docs/data-types/data/" }, { name: "5. Observable",