Skip to content

Commit

Permalink
docs: fix aicademy link (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeberhard authored Feb 7, 2025
1 parent 6c88e12 commit 8087f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const config = {
{
title: "More",
items: [
//https://github.com/orgs/aica-technology/discussions
{
label: "Discussions, announcements, and new releases",
href: "https://github.com/orgs/aica-technology/discussions",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function AICAdemySection() {
<p className="hero__subtitle">
Visit our learning platform for more video lessons and training modules
</p>
<LinkButton link={"/docs/intro"} text={"AICAdemy"}/>
<LinkButton link={"https://aica.thinkific.com"} text={"AICAdemy"}/>
</div>
</header>
);
Expand Down

0 comments on commit 8087f0d

Please sign in to comment.