Skip to content

Commit 108849a

Browse files
updated the doc links
1 parent c7cb74b commit 108849a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jaseci-org/lib/data/verticalTabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const tabsData = [
458458
title: "Agentic Object-Spatial Programming",
459459
summary:
460460
"Build AI agents that traverse knowledge graphs naturally. Nodes hold data, walkers carry intelligence. Perfect for RAG systems, autonomous agents, and complex AI workflows.",
461-
link: "https://docs.jaseci.org/jac_book/chapter_8/",
461+
link: "https://docs.jaseci.org/reference/language/osp/",
462462
diagram: {
463463
src: "/diagrams/object-spatial-diagram.gif",
464464
fallback: "/diagrams/object-spatial-static.png",

jaseci-org/lib/landing-page-content.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ export const gettingStartedSlides = [
66
title: "Jac Lang",
77
description:
88
"The core language that supersets Python and JavaScript. Build AI systems with graph-based Object-Spatial Programming.",
9-
link: "https://docs.jaseci.org/jac_book/",
9+
link: "https://docs.jaseci.org/reference/language/foundation/",
1010
linkText: "Read Handbook",
1111
},
1212
{
1313
icon: <HiComputerDesktop className="w-8 h-8 text-primary-orange" />,
1414
title: "jac-client",
1515
description:
1616
"Build full-stack web applications entirely in Jac. React components, state management, and backend APIs in one file.",
17-
link: "https://docs.jaseci.org/learn/jac-client/",
17+
link: "https://docs.jaseci.org/reference/plugins/jac-client/",
1818
linkText: "Explore Client",
1919
},
2020
{
2121
icon: <HiRocketLaunch className="w-8 h-8 text-primary-orange" />,
2222
title: "jac-scale",
2323
description:
2424
"Zero to infinite scale without code changes. Deploy to Kubernetes with auto-provisioned databases and authentication.",
25-
link: "https://docs.jaseci.org/learn/jac-scale/",
25+
link: "https://docs.jaseci.org/reference/plugins/jac-scale/",
2626
linkText: "Learn Scale",
2727
},
2828
{

0 commit comments

Comments
 (0)