fix(www): links

This commit is contained in:
Musa 2025-12-18 14:56:51 -08:00
parent a6f9ca3594
commit e2d01e817a
6 changed files with 15 additions and 15 deletions

View file

@ -6,13 +6,13 @@ const footerLinks = {
product: [
{ label: "Research", href: "/research" },
{ label: "Blog", href: "/blog" },
{ label: "Documentation", href: "https://docs.plano.katanemo.com", external: true },
{ label: "Documentation", href: "https://docs.planoai.dev", external: true },
{ label: "Hugging Face", href: "https://huggingface.co/katanemo", external: true },
],
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.plano.katanemo.com/getting-started/installation", external: true },
{ label: "Get Started", href: "https://docs.planoai.dev/getting-started/installation", external: true },
],
};

View file

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