fix(www): fix links + image

This commit is contained in:
Musa 2025-12-18 15:06:50 -08:00
parent b100f50f3a
commit 7c5518bc10
5 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ const footerLinks = {
resources: [
{ label: "GitHub", href: "https://github.com/katanemo/arch", external: true },
{ label: "Discord", href: "https://discord.gg/pGZf2gcwEc", external: true },
{ label: "Get Started", href: "https://docs.planoai.dev/getting-started/installation", external: true },
{ label: "Get Started", href: "https://docs.planoai.dev/get_started/installation", external: true },
],
};

View file

@ -9,7 +9,7 @@ import { motion, AnimatePresence } from "framer-motion";
import { X, Menu } from "lucide-react";
const navItems = [
{ href: "https://docs.planoai.dev/getting-started/installation", label: "start locally" },
{ href: "https://docs.planoai.dev/get_started/installation", label: "start locally" },
{ href: "https://docs.planoai.dev", label: "docs" },
{ href: "/research", label: "research" },
{ href: "/blog", label: "blog" },