Skip to content

Commit f3d146a

Browse files
Update links to point to the correct tour page in menu.json and Hero.js (#44)
1 parent f5c8e80 commit f3d146a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jaseci-org/config/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": [
33
{
44
"name": "Docs",
5-
"url": "https://www.jac-lang.org/learn/introduction/",
5+
"url": "https://www.jac-lang.org/learn/tour/",
66
"target": "_blank",
77
"rel": "noopener noreferrer"
88
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Hero = () => {
145145
</svg>
146146
</a>
147147
<a
148-
href="https://www.jac-lang.org/learn/introduction/"
148+
href="https://www.jac-lang.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

0 commit comments

Comments
 (0)