Skip to content

Commit 785a346

Browse files
Copilothotlong
andcommitted
docs: fix quick-start learning path links, update remaining internal cross-references
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent d76d1e3 commit 785a346

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/docs/getting-started/quick-start.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,27 +96,27 @@ Follow these guides in order for the best experience:
9696
<Cards>
9797
<Card
9898
title="1. Data Modeling"
99-
href="./data-modeling"
99+
href="/docs/guides/data-modeling"
100100
description="Design objects, fields, relationships, and validation rules. The foundation of every app."
101101
/>
102102
<Card
103103
title="2. Business Logic"
104-
href="./business-logic"
104+
href="/docs/guides/business-logic"
105105
description="Implement workflows, approval flows, triggers, and formulas to automate business processes."
106106
/>
107107
<Card
108108
title="3. Security Model"
109-
href="./security"
109+
href="/docs/guides/security"
110110
description="Configure profiles, permissions, sharing rules, and row-level security for enterprise-grade access control."
111111
/>
112112
<Card
113113
title="4. AI Capabilities"
114-
href="./ai-capabilities"
114+
href="/docs/guides/ai-capabilities"
115115
description="Add AI agents, RAG pipelines, natural language queries, and predictive analytics."
116116
/>
117117
<Card
118118
title="5. Development Standards"
119-
href="./standards"
119+
href="/docs/guides/standards"
120120
description="Naming conventions, project structure, testing strategies, and best practices."
121121
/>
122122
</Cards>

0 commit comments

Comments
 (0)