Skip to content

Commit 1bd0caf

Browse files
update card links
1 parent d3a0da4 commit 1bd0caf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ const learningPaths = [
3636
subtitle: "No coding required",
3737
description: "Create 3D models using intuitive node-based editors like Rete and Blockly. Perfect for designers and beginners.",
3838
IconComponent: ArtIcon,
39-
link: "/learn/getting-started/overview",
39+
link: "/learn/getting-started/rete/hello-world",
4040
features: ["Drag & drop nodes", "Real-time preview", "Export ready models"],
4141
},
4242
{
4343
title: "TypeScript & JavaScript",
4444
subtitle: "Full programmatic control",
4545
description: "Write code in our Monaco editor with full TypeScript support, autocomplete, and access to the complete API.",
4646
IconComponent: CodeIcon,
47-
link: "/learn/code/intro",
47+
link: "/learn/npm-packages/intro",
4848
features: ["Type-safe API", "Monaco editor", "NPM packages"],
4949
},
5050
{

0 commit comments

Comments
 (0)