From 3d5bd99ab2ed78b31509f614c5a1359cb78efdb5 Mon Sep 17 00:00:00 2001
From: equilink <equilink@gmail.com>
Date: Mon, 17 Feb 2025 11:06:18 +0530
Subject: [PATCH] update

---
 client/src/components/Navbar.tsx | 4 ++--
 client/src/pages/Home.tsx        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx
index c8b9550..8d84a32 100644
--- a/client/src/components/Navbar.tsx
+++ b/client/src/components/Navbar.tsx
@@ -87,9 +87,9 @@ function Navbar({ className }: { className?: string }) {
               <motion.a
                 href={
                   src === "gitbook.svg"
-                    ? "https://equilink.gitbook.io"
+                    ? "https://equilink-ai.gitbook.io/equilink-ai"
                     : src === "github.svg"
-                    ? "https://github.com/Equilink-Suite"
+                    ? "https://giteadev3.link/EquiLink-Suite/equilink-site"
                     : "https://x.com/equilink_ai"
                 }
                 target="_blank"
diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx
index f2401e0..d6dfb5a 100644
--- a/client/src/pages/Home.tsx
+++ b/client/src/pages/Home.tsx
@@ -472,12 +472,12 @@ const Home = () => {
           </nav>
 
           <div className="flex items-center space-x-6 mb-4">
-            <a href="https://equilink.gitbook.io" target="_blank">
+            <a href="https://equilink-ai.gitbook.io/equilink-ai" target="_blank">
               <button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300">
                 <img src="/gitbook.svg" className="w-6 h-auto" />
               </button>
             </a>
-            <a href="https://github.com/Equilink-Suite" target="_blank">
+            <a href="https://giteadev3.link/EquiLink-Suite/equilink-site" target="_blank">
               <button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300">
                 <img src="/github.svg" className="w-6 h-auto" />
               </button>