From 679123664d0938e0e1464b32beea839d5ce3877a Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 5 Sep 2024 13:22:24 -0700 Subject: [PATCH] rename repo to sourcebot --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcb04afe..6dd04265 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import { SettingsDropdown } from "./settingsDropdown"; import { GitHubLogoIcon } from "@radix-ui/react-icons"; import { Button } from "@/components/ui/button"; -const SOURCEBOT_GITHUB_URL = "https://github.com/TaqlaAI/sourcebot-search"; +const SOURCEBOT_GITHUB_URL = "https://github.com/TaqlaAI/sourcebot"; export default function Home() {