Skip to content

Commit c3525ee

Browse files
Fix broken tutorial links to point to existing reference pages
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 5043ae7 commit c3525ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/docs/tutorials.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Learn ObjectStack through practical, hands-on tutorials. Each tutorial is design
3737
/>
3838
<Card
3939
title="Formula Fields & Calculations"
40-
href="./specifications/data/formula"
40+
href="./references/data/core/Field"
4141
description="Build calculated fields and complex business logic"
4242
/>
4343
<Card
@@ -62,7 +62,7 @@ Learn ObjectStack through practical, hands-on tutorials. Each tutorial is design
6262
/>
6363
<Card
6464
title="Create Dashboards"
65-
href="./specifications/ui/dashboard"
65+
href="./references/ui/analytics/Dashboard"
6666
description="Build analytics and reporting dashboards"
6767
/>
6868
<Card
@@ -87,7 +87,7 @@ Learn ObjectStack through practical, hands-on tutorials. Each tutorial is design
8787
/>
8888
<Card
8989
title="Permissions & Security"
90-
href="./specifications/data/permission"
90+
href="./references/data/security/ObjectPermission"
9191
description="Implement role-based access control"
9292
/>
9393
</Cards>
@@ -114,8 +114,8 @@ Not sure where to start? Follow this recommended path:
114114
Complete [Build Your First App](./quick-start/build-first-app) (10 minutes)
115115

116116
### 2. Choose Your Path
117-
- **Backend Focus:** [Field Types](./guides/field-types)[Formulas](./specifications/data/formula)[Workflows](./guides/workflows-validation)
118-
- **Frontend Focus:** [Custom Views](./guides/view-configuration)[Forms](./guides/view-configuration)[Dashboards](./specifications/ui/dashboard)
117+
- **Backend Focus:** [Field Types](./guides/field-types)[Formulas](./references/data/core/Field)[Workflows](./guides/workflows-validation)
118+
- **Frontend Focus:** [Custom Views](./guides/view-configuration)[Forms](./guides/view-configuration)[Dashboards](./references/ui/analytics/Dashboard)
119119
- **Full-Stack:** [CRM System](https://github.com/objectstack-ai/spec/tree/main/examples/crm)[Multi-Tenancy](./guides/advanced/multi-tenancy)
120120

121121
### 3. Build Your Own

0 commit comments

Comments
 (0)