Skip to content

Commit b9996ba

Browse files
authored
Merge pull request #51 from jaseci-labs/update-docs-links
Update links to point to the new documentation site
2 parents 8fd37c3 + d3a9cdd commit b9996ba

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

jaseci-org/config/menu.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"main": [
33
{
44
"name": "Docs",
5-
"url": "https://www.jac-lang.org/learn/tour/",
6-
"target": "_blank",
7-
"rel": "noopener noreferrer"
5+
"url": "https://docs.jaseci.org/learn/tour/"
86
},
97
{
108
"name": "Community",

jaseci-org/config/social.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"phone": "",
2828
"address": "",
2929
"skype": "",
30-
"website": "https://www.jac-lang.org/"
30+
"website": "https://docs.jaseci.org/"
3131
}

jaseci-org/layouts/components/landing/About.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ const About = () => {
3939
with contributors of{" "}
4040
<strong>
4141
<a
42-
href="https://www.jac-lang.org/communityhub/top_contributors/"
43-
target="_blank"
42+
href="https://docs.jaseci.org/communityhub/top_contributors/"
4443
className="fancy-link"
4544
>
4645
Jac Hackers Everywhere

jaseci-org/layouts/components/landing/Hero.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const Hero = () => {
125125
style={{ animation: 'fadeInUp 0.6s ease-out 1s both' }}
126126
>
127127
<a
128-
href="https://www.jac-lang.org/learn/installation/"
128+
href="https://docs.jaseci.org/learn/installation/"
129129
onClick={() =>
130130
import("@lib/gtag").then(({ event }) =>
131131
event({
@@ -145,7 +145,7 @@ const Hero = () => {
145145
</svg>
146146
</a>
147147
<a
148-
href="https://www.jac-lang.org/learn/tour/"
148+
href="https://docs.jaseci.org/learn/tour/"
149149
className="inline-flex items-center justify-center rounded-lg px-6 py-3 text-sm font-semibold border border-primary-orange/30 text-primary-orange bg-primary-orange/10 backdrop-blur-sm transition-all duration-300 hover:bg-primary-orange hover:text-white hover:border-primary-orange hover:shadow-lg hover:shadow-primary-orange/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary-orange/60 transform hover:scale-105"
150150
>
151151
Learn More

jaseci-org/layouts/partials/Footer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const Footer = () => {
1818
Community
1919
</a>
2020
<a
21-
href="https://www.jac-lang.org/learn/getting_started/"
22-
target="_blank"
21+
href="https://docs.jaseci.org/learn/getting_started/"
2322
className="text-dark-text no-underline transition-colors duration-300 hover:text-primary-orange"
2423
>
2524
Documentation

jaseci-org/lib/data/verticalTabs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export const tabsData = [
443443
title: "Programming Abstractions for Al",
444444
summary:
445445
"Jac introduces programming abstractions designed for AI, making it easy to integrate LLMs and multimodal models directly into your code with minimal effort.",
446-
link: "https://www.jac-lang.org/learn/jac-byllm/with_llm/",
446+
link: "https://docs.jaseci.org/learn/jac-byllm/with_llm/",
447447
diagram: {
448448
src: "/diagrams/image.png",
449449
fallback: "/diagrams/ai-abstractions-static.png",
@@ -456,7 +456,7 @@ export const tabsData = [
456456
title: "Object-spatial programming",
457457
summary:
458458
"Object-spatial programming in Jac lets you model, traverse, and manipulate rich object graphs, making it ideal for knowledge graphs, games, and more.",
459-
link: "https://www.jac-lang.org/jac_book/chapter_8/",
459+
link: "https://docs.jaseci.org/jac_book/chapter_8/",
460460
diagram: {
461461
src: "/diagrams/object-spatial-diagram.gif",
462462
fallback: "/diagrams/object-spatial-static.png",
@@ -469,7 +469,7 @@ export const tabsData = [
469469
title: "Zero to Infinite Scale without Code Changes",
470470
summary:
471471
"Jac enables zero to infinite scale without code changes. Deploy your Jac apps from local to cloud with built-in scaling, persistence, and user management.",
472-
link: "https://www.jac-lang.org/learn/jac-cloud/introduction/",
472+
link: "https://docs.jaseci.org/learn/jac-cloud/introduction/",
473473
diagram: {
474474
src: "/diagrams/scaling-architecture.gif",
475475
fallback: "/diagrams/scaling-architecture-static.png",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ export const gettingStartedSlides = [
44
title: "Jac Lang",
55
description:
66
"Lets you build complex AI systems by modeling your data as a traversable graph.",
7-
link: "http://jac-lang.org/jac_book/",
7+
link: "https://docs.jaseci.org/jac_book/",
88
linkText: "Read Handbook",
99
},
1010
{
1111
icon: "☁️",
1212
title: "Jac Cloud",
1313
description:
1414
"A serverless platform that automatically handles the scaling and persistence of your Jac applications.",
15-
link: "http://jac-lang.org/learn/jac-cloud/introduction/",
15+
link: "https://docs.jaseci.org/learn/jac-cloud/introduction/",
1616
linkText: "Explore Cloud",
1717
},
1818
{

0 commit comments

Comments
 (0)